Skip to content
samzong
Search
K
Main Navigation
LLMs
Cloud-Native
Blogs
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