I wanted to see if it was possible to route network traffic through a container.
docker-compose up
- open browser at http://localhost:8080
- Notice the logs for plain-http
- open browser at http://localhost:9090
- Notice the logs for http-vpn
I wanted to see if it was possible to route network traffic through a container.
docker-compose up