shell-host/tools/docker/01-docker

5 lines
62 B
Plaintext
Raw Normal View History

#!/bin/bash
docker_terminal () {
docker exec -it $1 /bin/sh
}