Step 5: Create a Service
Create a native Docker Service in the DuploCloud Portal
You can use the DuploCloud Portal to create a native Docker service without leaving the DuploCloud interface.
Estimated time to complete Step 5: 10 minutes.
Prerequisites
Before creating a Service, verify that you completed the tasks in the previous tutorial steps. Using the DuploCloud Portal, confirm that:
An Infrastructure and Plan exist, both named NONPROD.
A Tenant named dev01 has been created.
An EC2 Host named host01 has been created.
Creating a Service with Native Docker
In the Tenant list box, select dev01.
Navigate to Docker -> Services.
Click Add. The Add Service Basic Options page displays.
In the Service Name field, enter
demo-service-d01
.From the Platform list box, select Linux/Docker Native.
In the Docker Image field, enter
duplocloud/nodejs-hello:latest
.From the Docker Networks list box, select Docker Default.
The Add Service page Click Next. The Advanced Options page displays.
Click Create.
Checking Your Work
In the Tenant list box, select dev01.
Navigate to Docker -> Services.
In the NAME column, select demo-service-d01.
Check the Current column to verify that demo-service-d01 has a status of Running.
The demo-service-d01 Service details page displaying a Running status

Last updated
Was this helpful?