tutorials/docker/03-deployment at master · chyavan-mc/tutorials · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Deploy Docker Containers with Docker Cloud

Docker Cloud is a service that automates the deployment of Docker images. In this tutorial, I show how to use Docker Cloud to easily deploy Docker containers based on Dockerfiles in a GitHub or BitBucket repository.

Watch Deploy Docker Containers with Docker Cloud

Getting started

This directory contains the source code from the tutorial. It is exactly the same as the code in 02-docker-compose but with the addition of a Dockerfile in the website directory.