Skip to content
Snippets Groups Projects
Commit edb6cf83 authored by baude's avatar baude
Browse files

fix typo in README_PODMAN


fix typo where ubuntu requires a fully qualified hostname

Fixes: #52

Signed-off-by: default avatarbaude <bbaude@redhat.com>
parent 966301ee
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ respond with *podman rulez* on an http request. ...@@ -57,7 +57,7 @@ respond with *podman rulez* on an http request.
sudo podman run -dt --name web --network foobar quay.io/libpod/alpine_nginx:latest sudo podman run -dt --name web --network foobar quay.io/libpod/alpine_nginx:latest
5139d65d22135e9ecab511559d863754550894a32285befd94dab231017048c2 5139d65d22135e9ecab511559d863754550894a32285befd94dab231017048c2
sudo podman run -it --name client --network foobar quay.io/libpod/alpine_nginx:latest curl http://web/ sudo podman run -it --name client --network foobar quay.io/libpod/alpine_nginx:latest curl http://web.dns.podman/
podman rulez podman rulez
``` ```
......
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