devops-exercises/exercises/containers/containerized_web_server.md
abregman 94b3bc3520 Add new exercises
Also added indexes for AWS and Linux.
2022-07-08 16:14:35 +03:00

270 B

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

Click here for the solution