Sign inSign up

davescodemusings/container-central

By davescodemusings

Updated about 2 years ago

Minimalist container management for Docker on Raspberry Pi and x86_64.

Image
Operating systems
Monitoring & observability
1

1.3K

davescodemusings/container-central repository overview

Container Central

A totally minimalist, not quite ready for prime time web front-end for starting and stopping Docker containers on Raspberry Pi and x86.

Screenshots

Desktop PC in Light Mode

Mobile Phone in Dusk Mode

How to Run

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.

Documentation

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.

Caveats

  • Most of the bugs have been worked out, but don't be surprised if there are a few remaining.
  • There's no login/password or any other type of security. Only run this if you trust your users.
  • For WSL2, you'll need to have your Ubuntu installation set up to run Docker Community Edition. See the official Docker documentation for help.

Keeping up with Changes

Check the GitHub issues to see what features are in development for future releases.

Tag summary

Content type

Image

Digest

sha256:324f1445a

Size

389.2 MB

Last updated

about 2 years ago

docker pull davescodemusings/container-central