Minimalist container management for Docker on Raspberry Pi and x86_64.
1.3K
A totally minimalist, not quite ready for prime time web front-end for starting and stopping Docker containers on Raspberry Pi and x86.
docker run -d \
--name container-central \
-p 8088:8088 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v cc_data:/app/data \
davescodemusings/container-central:latest
Open a browser to your host's name or IP address and port 8088. (e.g. http://mypi.home:8088)
You can either explore as you go, or read the Quick Start guide for more information.
To use features like pulling compose projects with a git repository or accessing via HTTPS with an Nginx reverse proxy, see the docs on GitHub.
Check the GitHub issues to see what features are in development for future releases.
Content type
Image
Digest
sha256:324f1445a…
Size
389.2 MB
Last updated
about 2 years ago
docker pull davescodemusings/container-central