From 3882cb14769e4db496be1ab9b4edf742cbf17521 Mon Sep 17 00:00:00 2001 From: Michel van Os Date: Mon, 7 Nov 2016 03:52:13 +0100 Subject: [PATCH] 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 --- engine/getstarted/step_four.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/engine/getstarted/step_four.md b/engine/getstarted/step_four.md index 9cbc294a47..d550ee482e 100644 --- a/engine/getstarted/step_four.md +++ b/engine/getstarted/step_four.md @@ -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 Atom or Sublime, or a text based editor like `vi`, or `nano` (https://www.nano-editor.org/). +5. Open the `Dockerfile` in a visual text editor like Atom or Sublime, or a text based editor like `vi`, or nano. 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). - -