Realtime docker.sock container stats powered by socket.io - PROTOTYPE NOT FOR PRODUCTION
185
Realtime docker.sock container stats powered by socket.io.
This dashboard exposes a lot of information about your containers. At this time it is not recommended for production environments.
Example of running in daemon mode:
docker run -d --rm \
-v /var/lib/docker/:/var/lib/docker:ro \
-v /var/run/docker.sock:/var/run/docker.sock:ro \
-v $(pwd)/src:/opt/src \
-p 3000:3000 \
--name docker.sock-socket dahyphenn/docker.sock-socket:latest
An example of building, change the tag as needed:
docker build -t dahyphenn/docker.sock-socket:latest .
Content type
Image
Digest
Size
43.6 MB
Last updated
about 9 years ago
docker pull dahyphenn/docker.sock-socket:develop