The Outrigger Dashboard is an image that will monitor your Outrigger environment and report on the projects running and DNS services being provided. The dashboard updates in real-time as you launch and destroy containers.
docker run -d --restart=always \
-v /var/run/docker.sock:/var/run/docker.sock \
-l com.dnsdock.name=dashboard \
-l com.dnsdock.image=outrigger \
-e DOCKER_API_VERSION=`docker version -f {{.Client.APIVersion}}` \
--name outrigger-dashboard \
outrigger/dashboard:latest
Content type
Image
Digest
Size
2.9 MB
Last updated
over 8 years ago
docker pull outrigger/dashboard