Scenario: Bharuch: "Lost in Translation"
Level: Medium
Type: Fix
Tags: docker
Description: There's a Docker container that runs a web server on port 3000, but it's not working.
Using the tooling and resources provided in the server, make the container run correctly.
Root (sudo) Access: True
Test: curl http://localhost:3000 should return "salutations!"
The "Check My Solution" button runs the script /home/admin/agent/check.sh, which you can see and execute.
Time to Solve: 20 minutes.