-
Notifications
You must be signed in to change notification settings - Fork 269
Open
Labels
Description
The page states:
$ elinks -dump http://$(docker inspect -f '' awesomeweb_web_1):8000
First off, plain docker will give an error message (need sudo). Then, it is called awesome_web_web_1. Next, the inspect command given spews a few screens full of detailed information on the container, not anything resembling a hostname. Perhaps it should be just elinks -dump http://localhost:8000? That works for me.