ApexArcadian / my-dotfiles

0 stars 0 forks source link

docker stop command for bashrc #1

Open ApexArcadian opened 1 month ago

ApexArcadian commented 1 month ago

must add sudo docker stop $(docker ps -a -q) this horrendous to type

ApexArcadian commented 1 month ago

add docker update --restart=no $(docker ps -a -q)

this should be dockernorestart or sumn