Sources and docker file for bare asio server.
- Run docker image via
docker run -dp 8080:8080 prefixcoder/asio_http_server_base
- Copy /server folder into the running container via
docker cp /server <the-container-id>:.
- Get root container shell via
docker exec -it <the-container-id> /bin/bash
- Built and run server via
# cd /server && sh built.sh && ./server 0.0.0.0 8080 .
- Enjoy a nice lil docker whale at http://localhost:8080/docker.png