docker-opener
docker-opener copied to clipboard
Shell-in to any docker container easily
Hi! My `Dockerfile` has this: ``` USER node ``` When I do `docker exec -it foo-myapp-1 /bin/bash`, I enter the container as the `node` user. But when I do `opener...
``` % opener upgrade ...-mysql-1 Found container with name `...mysql-1` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7c6e09fe3f50 5b7bc181f8e7 "docker-entrypoint.s…" About an hour ago Up About an hour 0.0.0.0:3306->3306/tcp,...
Solves #34
`Recreate` command should recreate stopped containers. Maybe it needs to start created containers.
Python 3.10 has switch-case to reduce long if-else's
Show detailed services information when `clist` coupled with a name of a compose/swarm
Docker commands warn when more than one containers found, compose commands not.