docker-bins/docker_stop

5 lines
74 B
Bash
Executable File

#!/bin/bash
echo "Stopping container '$1'"
docker exec -i -t "$1" killme