A simple web app showing what Docker containers are running on the server
211
A simple web app showing what Docker containers are running on the server
For when you run a bunch of docker containers on some server in the closet and they listen on some ports and then you forget where you put things and don't want to SSH onto the server.
docker run -d --name directory -p 80:80 -v /var/run/docker.sock:/var/run/docker.sock:ro waisbrot/docker-directory
Content type
Image
Digest
Size
33.8 MB
Last updated
about 7 years ago
docker pull waisbrot/docker-directory