stop-docker 84 B

123456
  1. #!/bin/bash
  2. docker stop prac_p0 &
  3. docker stop prac_p1 &
  4. docker stop prac_p2 &
  5. wait