fish shell で全ての Docker コンテナを停止するコマンド

sh -c 'sudo docker stop $(sudo docker ps -a -q)'