1.1.5 • Published 6 years ago
docker-term v1.1.5
docker-term
A simple node script that list all running containers and exec a user-defined command (/bin/bash by default) by calling docker exec -ti <container> <user-command> docker command.
Install
$ npm install -g docker-termUsage
docker-term [--spawn]
Note: The --spawn option is a Linux only option and assumes gnome-terminal is installed on your system. It runs docker exec -ti <container> <user-command> on a new gnome-terminal session.
$ docker-term
? Select a container:
neo4j
rabbitmq
redis
❯ mysql
proxy
--> Exit <--
(Move up and down to reveal more choices)