1.1.5 • Published 6 years ago

docker-term v1.1.5

Weekly downloads
-
License
GPL-3.0
Repository
gitlab
Last release
6 years ago

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-term

Usage

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)
1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago