Behold is a wallboard display application for Docker containers. The goal of Behold will be to eventually allow you to quickly understand at a glance the state of your Docker runtime and the containers.
- npm install -g gulp
- Clone the repo
npm installgulp serve- Open http://localhost:3000 in your favourite browser
- npm install -g gulp
- Clone the repo
npm installgulp builddocker run -dit --name behold -v /var/run/docker.sock:/var/run/docker.sock -p 8080:80 huddo121/behold- Open http://localhost:8080 in your favourite browser
docker run -dit --name behold -v /var/run/docker.sock:/var/run/docker.sock -p 8080:80 huddo121/behold- Open http://localhost:8080 in your favourite browser