Lesley's Digital Garden

Home

❯

Notes

❯

restart docker container automatically

restart docker container automatically

Apr 24, 2025

  • parent : docker
  • tools/docker

We can add restart: always to services that we need to restart on system start up. Also make sure to enable the docker service:

sudo systemctl enable docker

Reference

  • Start containers automatically | docker docs
  • How to run docker-compose up -d at system start up? - Stack Overflow

Graph View

Backlinks

  • docker

Created with Quartz v4.5.2 © 2026. All notes are written in Obsidian.

  • GitHub Repository
  • Mastodon