File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ FROM php:apache
2+ COPY src/ /var/www/html/
3+ EXPOSE 80
Original file line number Diff line number Diff line change 1+ # Learn Docker in 12 Minutes
2+
3+ In this 12 minute video, I introduce Docker and show you how to build and image and run a container.
4+
5+ [ Watch Learn Docker in 12 Minutes] ( https://youtu.be/YFl2mCHdv24 )
6+
7+ # Getting started
8+
9+ This directory contains the source code from the tutorial.
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ echo "Hello, World! " ;
Original file line number Diff line number Diff line change 33Docker Cloud is a service that automates the deployment of Docker images.
44In this tutorial, I show how to use Docker Cloud to easily deploy Docker containers based on Dockerfiles in a GitHub or BitBucket repository.
55
6- [ Deploy Docker Containers with Docker Cloud] ( https://youtu.be/F82K07NmRpk )
6+ [ Watch Deploy Docker Containers with Docker Cloud] ( https://youtu.be/F82K07NmRpk )
77
88# Getting started
99
You can’t perform that action at this time.
0 commit comments