Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 322 Bytes

build.md

File metadata and controls

21 lines (16 loc) · 322 Bytes

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