docker-shell
Create a container
dockershell create --image ubuntu:20.04 --shared-dir /tmp/shared mycontainer
List all containers
dockershell list
Open a shell in the container
dockershell open mycontainer
dockershell open --root mycontainer
Start/stop the container
dockershell start mycontainer
dockershell stop mycontainer
Delete the container
dockershell delete mycontainer