• 0 Posts
  • 35 Comments
Joined 1 year ago
cake
Cake day: July 13th, 2023

help-circle



















  • There’s a container web UI called Portainer, but I’ve never used it. It may be what you’re looking for.

    I also use a container called Watchtower to automatically update my services. Granted there’s some risk there, but I wrote a script for backup snapshots in case I need to revert, and Docker makes that easy with image tags.

    There’s another container called Autoheal that will restart containers with failed healthchecks. (Not every container has a built in healthcheck, but they’re easy to add with a custom Dockerfile or a docker-compose.)