stop-docker 87 B

123456
  1. #!/bin/bash
  2. docker stop ramen_p0 &
  3. docker stop ramen_p1 &
  4. docker stop ramen_p2 &
  5. wait