mirror of https://github.com/docker/docs.git
Merge pull request #721 from tf2manu994/patch-1
Replace 'ls Dockerfile' with 'ls'
This commit is contained in:
commit
589486892e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue