SAMZONG
Archive
Categories
Friends
Tags
Other
About
船长的课记
果粉日记
Code Snippet
集
藏金阁
how to set container auto-restarting with docker
Posted on 03/12/2021
by 船长
|
View revision history
auto-restarting with docker
docker run –restart=always my-container
disable auto-restarting with docker
docker update –restart=no my-container
← Previous(前一篇)
Archive(目录)
Next(后一篇) →
Docker
6
Docker
3