Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 480 Bytes

docker_architecture.md

File metadata and controls

24 lines (13 loc) · 480 Bytes

Docker architecture

Below is a diagram of how the various OFF apps interact within the Docker environments:

Docker architecture

Docker server for staging

The 200 VM on ovh2 is the serveur hosting the docker for stagging.

Docker server for prod

The 201 VM on ovh2 is the serveur hosting the docker for production.

Useful commands

List all mapped ports on a VM:

docker ps --format 'table {{.Names}}\t{{.Ports}}'|grep '\->'