Deploy your services using Docker images either from DockerHub or from a private registry
Navigate to Deploy tab
Navigate to the Deploy tab of the environment in your DCDeploy dashboard where services and databases needs to be deployed.
Fill in the details
Fill in the details of the service you want to deploy.
nginx:latest
, nginx
, docker.io/nginx:latest
or docker.io/nginx
. All of these formats are valid.docker.io/<username>/image:tag
or docker.io/<username>/image
or docker.io/<username>/image:latest
or docker.io/<username>/image
Private
check box. If checked, the image will be pulled from the private registry. It will ask for private registry url, username and password or access token.0.0.0.0
on this port.Private
check box. If checked, the service will be deployed in private network. Otherwise, it will be deployed in public network.Deploy
Hit the Deploy button to deploy your services. It will ask for confirmation. In case of multiple services added / removed or updated, it will ask for confirmation.
Deploy your services using Docker images either from DockerHub or from a private registry
Navigate to Deploy tab
Navigate to the Deploy tab of the environment in your DCDeploy dashboard where services and databases needs to be deployed.
Fill in the details
Fill in the details of the service you want to deploy.
nginx:latest
, nginx
, docker.io/nginx:latest
or docker.io/nginx
. All of these formats are valid.docker.io/<username>/image:tag
or docker.io/<username>/image
or docker.io/<username>/image:latest
or docker.io/<username>/image
Private
check box. If checked, the image will be pulled from the private registry. It will ask for private registry url, username and password or access token.0.0.0.0
on this port.Private
check box. If checked, the service will be deployed in private network. Otherwise, it will be deployed in public network.Deploy
Hit the Deploy button to deploy your services. It will ask for confirmation. In case of multiple services added / removed or updated, it will ask for confirmation.