reference
reference copied to clipboard
Docker: "Stopping all containers" has mistake
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