Merge pull request #721 from tf2manu994/patch-1

Replace 'ls Dockerfile' with 'ls'
This commit is contained in:
John Mulhausen 2016-11-28 01:11:04 -05:00 committed by GitHub
commit 589486892e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ commands to run. Your recipe is going to be very short.
$ touch Dockerfile
The command appears to do nothing but it actually creates the Dockerfile in the current directory. Just type `ls Dockerfile` to see it.
The command appears to do nothing but it actually creates the Dockerfile in the current directory. Just type `ls` to see it.
$ ls
Dockerfile