mirror of https://github.com/docker/docs.git
Update step_four.md
Added a link to the vi text editor website.
This commit is contained in:
parent
089d9100fd
commit
ad491d6d9f
|
@ -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 <a href="https://www.nano-editor.org/" target="_blank">nano</a>.
|
||||
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 <a href="http://ex-vi.sourceforge.net/" target="_blank">vi</a>, or <a href="https://www.nano-editor.org/" target="_blank">nano</a>.
|
||||
|
||||
6. Add a line to the file like this:
|
||||
|
||||
|
|
Loading…
Reference in New Issue