monitor network traffic for active connections and recieved packets ,
if traffic looks to be idle, your container stops
if it looks like you're trying to access a stopped container, it starts
Want to test it?
$ docker-compose up -d --build
TODO
support multiple ports
test on common services
better time adjustment
docker security probably? this really shouldn't be getting exposed except to forward traffic so idk probably firewall all non listed ports?