From 8ca376c3485d4b39641cc7ee33f3dc6e6dd6d686 Mon Sep 17 00:00:00 2001 From: Robert Axelsen Date: Sat, 22 Oct 2016 18:35:25 +0200 Subject: [PATCH] Update step_three.md due to Docker Hub changes I went through the tutorial myself, and could not find any "Browse and Search" link to click on Docker Hub page. Update to reflect that this step is now superfluous. --- engine/getstarted/step_three.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/engine/getstarted/step_three.md b/engine/getstarted/step_three.md index 1aaacc600f..9623ccdcb2 100644 --- a/engine/getstarted/step_three.md +++ b/engine/getstarted/step_three.md @@ -29,15 +29,11 @@ image you'll use in the rest of this getting started. The Docker Hub contains images from individuals like you and official images from organizations like RedHat, IBM, Google, and a whole lot more. -2. Click **Browse & Search**. - - The browser opens the search page. - -3. Enter the word `whalesay` in the search bar. +2. Enter the word `whalesay` in the search bar. ![Browse Docker Hub](tutimg/image_found.png) -4. Click on the **docker/whalesay** image in the results. +3. Click on the **docker/whalesay** image in the results. The browser displays the repository for the **whalesay** image.