Assignment 0-1
Due Date: 2022-09-25
Available Points: 5 (Extra points)
A Dokerized echo server implementation.Echo Server in Docker
- Write a simple echo back server in your chosen programming language in your private assignment repository (an echo server returns the same message that it receives)
- Add a Dockerfileat the root of your repository to run your echo server in a container (ask for help in the course discussion forum, if needed)
- Set the default port of your server to 80when running in a Docker container (but make it configurable)
- Validate your implementation with the WebServer Tester against the echotest suite
- Release your implementation with the echotag