mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 16:19:10 +00:00
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
342 B
342 B
Containerized Web Server
- Run a containerized web server in the background and bind its port (8080) to a local port
- Verify the port (8080) is bound
- Reach the webserver from your local host
- Now run the same web application but bound it to the local port 8080
Click here for the solution