pocketinternet
pocketinternet copied to clipboard
Out of band mgmt access
Most containers can only be accessed via the docker exec
command from the host itself.
The exception is the client container which runs an SSH server and, later the FRR container.
So management access for configuration/troubleshooting could be:
- a front-end to
docker exec
- an additional container network to facilitate SSH access into containers
Discussion needed.