mirror of https://github.com/docker/docs.git
Update step_four.md (#2629)
Windows users --like me-- may miss the period, and docker will not find `Dockerfile.txt.`
This commit is contained in:
parent
9d9e7493c5
commit
2365e5f3cc
|
@ -58,7 +58,7 @@ creating an image which runs on Linux.
|
|||
$ nano Dockerfile
|
||||
```
|
||||
|
||||
**Windows**:
|
||||
**Windows**: The `.` tells `notepad` not to add a `.txt` extension.
|
||||
|
||||
```none
|
||||
C:\> notepad Dockerfile.
|
||||
|
|
Loading…
Reference in New Issue