Skip to content

Commit

Permalink
Removed extra "the" from text (docker#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvwalker authored and Mano Marks committed Oct 4, 2016
1 parent 168bb2c commit 9fd8b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beginner/chapters/webapps.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ docker run -d seqvence/static-site
So, what happens when you run this command?

Since the image doesn't exist on your Docker host, the Docker daemon first fetches the it from the registry and then runs it as a container.
Since the image doesn't exist on your Docker host, the Docker daemon first fetches it from the registry and then runs it as a container.

Now that the server is running, do you see the website? What port is it running on? And more importantly, how do you access the container directly from our host machine?

Expand Down

0 comments on commit 9fd8b22

Please sign in to comment.