From edb6cf83735532d3a43d892507d1e872ae12e13f Mon Sep 17 00:00:00 2001 From: baude <bbaude@redhat.com> Date: Thu, 21 Jan 2021 10:58:14 -0600 Subject: [PATCH] fix typo in README_PODMAN fix typo where ubuntu requires a fully qualified hostname Fixes: #52 Signed-off-by: baude <bbaude@redhat.com> --- README_PODMAN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_PODMAN.md b/README_PODMAN.md index 3d33219..ae4cd9c 100644 --- a/README_PODMAN.md +++ b/README_PODMAN.md @@ -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 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 ``` -- GitLab