Skip to content
samzong
Search
K
Main Navigation
LLM
Cloud Native
Blog
Projects
About
Appearance
Menu
Return to top
On this page
auto-restarting with docker
docker run --restart=always my-container
disable auto-restarting with docker
docker update --restart=no my-container