mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
Install curl; nix stray backslash; use proper IP address
This commit is contained in:
committed by
Eric Hanchrow
parent
d756ae4cb3
commit
3a9ef5f9bb
@@ -70,7 +70,8 @@ lookup the public-facing port which is NAT-ed store the private port used by the
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
curl \http://`hostname`:$WEB_PORT
|
||||
sudo aptitude install curl
|
||||
curl http://127.0.0.1:$WEB_PORT
|
||||
Hello world!
|
||||
|
||||
access the web app using curl. If everything worked as planned you should see the line "Hello world!" inside of your console.
|
||||
|
||||
Reference in New Issue
Block a user