A "dashboard" app that display status of the docker containers (docker ps -a
)
docker run \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 0.0.0.0:4567:4567 \
andrius/udash
Use nginx proxy with htaccess restriction, like described here.
A "dashboard" app that display status of the docker containers (docker ps -a
)
docker run \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 0.0.0.0:4567:4567 \
andrius/udash
Use nginx proxy with htaccess restriction, like described here.