This repository has been archived on 2022-02-20. You can view files and clone it, but cannot push or open issues/pull-requests.
bash-shell-host/all/misc/docker/01-docker

5 lines
62 B
Bash

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