- From docker:
docker run -dit -p 80:80 -p 443:443 -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock:ro chi-net/chipanel
- From sourcecode and build for yourself:
docker build -t chipanel .
docker run -dit -p 80:80 -p 443:443 -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock:ro chipanel
chi Panel docker image is based on debian image and it is really light
chi Panel only needs your docker run pid file [/var/run/docker.sock] to manage the deploys and status in docker. And the data you give is safe.
Wherever platform nginx and docker can run, chipanel will support!
Only a shell can deploy the panel!
All of these project licensed with GPL-3.