mirror of
https://github.com/containers/podman.git
synced 2025-05-20 00:27:03 +08:00
Example says there is not IP then in the next command suggests to use it
Signed-off-by: Utopiah <fabien-services@benetou.fr>
This commit is contained in:
@ -50,11 +50,11 @@ Note: The -l is a convenience argument for **latest container**. You can also u
|
|||||||
of -l.
|
of -l.
|
||||||
|
|
||||||
### Testing the httpd server
|
### Testing the httpd server
|
||||||
Now that we have the IP address of the container, we can test the network communication between the host
|
As we do not have the IP address of the container, we can test the network communication between the host
|
||||||
operating system and the container using curl. The following command should display the index page of our
|
operating system and the container using curl. The following command should display the index page of our
|
||||||
containerized httpd server.
|
containerized httpd server.
|
||||||
```console
|
```console
|
||||||
curl http://<IP_address>:8080
|
curl http://localhost:8080
|
||||||
```
|
```
|
||||||
|
|
||||||
### Viewing the container's logs
|
### Viewing the container's logs
|
||||||
|
Reference in New Issue
Block a user