Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 392 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 392 Bytes

Linux-dash on busybox container

A 32MB node.js busybox container from hwestphal/nodebox, with linux-dash installed and ran on port 80.

To start using it:

# git clone https://github.com/galal-hussein/busydash.git
# docker build -t husseingalal/busydash busydash/
# docker run -d -p 8000:80 hussiengalal/busydash

Run at http://localhost:8000

Enjoy !