TTY Authz Grant access to docker container terminals over websockets by exposing engine to network Setup Add module to docker start vim /etc/docker/daemon.json { "authorization-plugins": ["ttyauthz"] } Reference Docker Plugin Api Docs Docker Engine managed plugin system examples Access authorization plugin Docs Python Server Implementation Example