crtxdmp.
A collection of ideas, snippets and other things.
Disable auto restart on all running docker containers
docker
update
--restart
=
no
$(
docker
ps
-a
-q
)
docker
— Mar 24, 2021
GitHub
LinkedIn