2022-07-02 00:12:45 +02:00
|
|
|
# Containerized Web Server
|
|
|
|
|
|
|
|
1. Run a containerized web server in the background and bind its port (8080) to a local port
|
|
|
|
2. Verify the port (8080) is bound
|
|
|
|
3. Reach the webserver from your local host
|
2022-07-11 00:33:26 +02:00
|
|
|
4. Now run the same web application but bound it to the local port 8080
|
2022-07-08 15:14:35 +02:00
|
|
|
|
|
|
|
Click [here for the solution](solutions/containerized_web_server.md)
|