Replace 'ls Dockerfile' with 'ls'

Running `ls Dockerfile`, if following the guide, would give you nothing. Dockerfile is not a directory.
Running `ls` would *return* `Dockerfile`.
This commit is contained in:
Manmeet Gill 2016-11-27 16:44:36 +11:00 committed by GitHub
parent 4364535cfc
commit 3bcd9b455c
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 $ 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 $ ls
Dockerfile Dockerfile