mirror of https://github.com/docker/docs.git
Updated link in step_four.md (#478)
* Updated link in step_four.md Link to nano-editor is inconsistent with other links. * Update step_four.md
This commit is contained in:
parent
174b8ec089
commit
3882cb1476
|
@ -46,7 +46,7 @@ commands to run. Your recipe is going to be very short.
|
|||
$ ls
|
||||
Dockerfile
|
||||
|
||||
5. Open the `Dockerfile` in a visual text editor like <a href="https://atom.io/" target="_blank">Atom</a> or <a href="https://www.sublimetext.com/" target="_blank">Sublime</a>, or a text based editor like `vi`, or `nano` (https://www.nano-editor.org/).
|
||||
5. Open the `Dockerfile` in a visual text editor like <a href="https://atom.io/" target="_blank">Atom</a> or <a href="https://www.sublimetext.com/" target="_blank">Sublime</a>, or a text based editor like `vi`, or <a href="https://www.nano-editor.org/" target="_blank">nano</a>.
|
||||
|
||||
6. Add a line to the file like this:
|
||||
|
||||
|
@ -210,5 +210,3 @@ You ran your image in a container. You also just used Linux from your Mac yet
|
|||
again. In the next section, you take the first step in sharing your image by
|
||||
[creating a Docker Hub account](step_five.md).
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue