developer-portal / content

Content for the Fedora Developer Portal
https://developer.fedoraproject.org/
GNU General Public License v2.0
107 stars 243 forks source link

Nonsense `elinks` command in #370

Open vonbrand opened 3 years ago

vonbrand commented 3 years ago

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.

pvalena commented 3 years ago

Hello,

yes, the command is probably outdated. Thanks for pointing it out!

Melophip commented 1 year ago

Can I be assigned this issue?