reference icon indicating copy to clipboard operation
reference copied to clipboard

Docker: "Stopping all containers" has mistake

Open scooti9 opened this issue 1 year ago • 0 comments

Like in title "Stopping all containers" has mistake.
Instead of docker stop -f $(docker ps -a -q) should be docker stop $(docker ps -a -q) without -f

image

scooti9 avatar May 14 '24 14:05 scooti9