Skip to content
Snippets Groups Projects
Commit 75b0b64e authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

re-arrange lesson05 a bit

parent 9beacc4a
No related branches found
No related tags found
No related merge requests found
......@@ -20,14 +20,14 @@ for outbound traffic.
$ docker network inspect bridge
1. Test the application
$ wget http://localhost:8080 --quiet -O -
1. Note that traffic sent to port 8080 on the *host* gets sent to port 80
in the *container*. The `-d` option tells Docker to run the container in
"detached" mode, i.e., in the background.
1. Test the application
$ wget http://localhost:8080 --quiet -O -
1. Don't forget to kill the container:
$ docker kill apache
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment