Operations grimoire/Docker engine
From Nasqueron Agora
A Docker engine powers all our J2EE/Python/Ruby services, our broker and our newest PHP apps.
It's currently hosted on Dwellers and Equatower.
Checklists
- Restart
- Dwellers to DevCentral
- Git operations in production containers
- Add a service to Docker PaaS
- Docker Hub
Tips
Forward port as hotfix
Pending redeployment of a container to bind a new port, you can forward traffic manually through socat:
socat TCP4-LISTEN:15692,fork,reuseaddr,bind=172.27.27.5 TCP4:172.17.0.3:15692 &