mirror of https://github.com/docker/docs.git
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:
parent
4364535cfc
commit
3bcd9b455c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue