mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
322 B
322 B
Build
To build ctop
from source, simply clone the repo and run:
make build
To build a minimal Docker image containing only ctop
:
make image
Now you can run your local image:
docker run --rm -ti \
--name ctop \
-v /var/run/docker.sock:/var/run/docker.sock \
ctop:latest