Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Huddo121/Behold

Repository files navigation

Behold

About

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.

Running Behold

From Source

  1. npm install -g gulp
  2. Clone the repo
  3. npm install
  4. gulp serve
  5. Open http://localhost:3000 in your favourite browser

Building The Docker Container

  1. npm install -g gulp
  2. Clone the repo
  3. npm install
  4. gulp build
  5. docker run -dit --name behold -v /var/run/docker.sock:/var/run/docker.sock -p 8080:80 huddo121/behold
  6. Open http://localhost:8080 in your favourite browser

Using The Pre-Built Image

  1. docker run -dit --name behold -v /var/run/docker.sock:/var/run/docker.sock -p 8080:80 huddo121/behold
  2. Open http://localhost:8080 in your favourite browser

About

A wallboard for docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published