Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update step_six.md #1105

Merged
merged 1 commit into from
Jan 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions engine/getstarted/step_six.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ If you don't already have a terminal open, open one now:

In this last section, you'll pull the image you just pushed to hub. Before you
do that though, you'll need to remove the original image from your local
machine. If you left the original image on your machine. Docker would not pull
machine. If you left the original image on your machine, Docker would not pull
from the hub — why would it? The two images are identical.

1. Make sure Docker is running, and open a command line terminal.
Expand Down Expand Up @@ -193,4 +193,4 @@ You've done a lot, you've done all of the following fundamental Docker tasks.
You've only scratched the surface of what Docker can do. Go to the next page to [learn more](last_page.md).