-
Cruise
- Pittsburgh, PA
Pinned Loading
-
Destroy all Docker Containers and Im...
Destroy all Docker Containers and Images 1#!/bin/bash
2# Stop all containers
3containers=`docker ps -a -q`
4if [ -n "$containers" ] ; then
5docker stop $containers
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.