Add Docker in 12 Minutes source code · sdasgit/tutorials@b2b32da · GitHub
Skip to content

Commit b2b32da

Browse files
committed
Add Docker in 12 Minutes source code
1 parent 371cd44 commit b2b32da

4 files changed

Lines changed: 16 additions & 1 deletion

File tree

Lines changed: 3 additions & 0 deletions
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
3+
echo "Hello, World!";

docker/03-deployment/README.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)