New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

docker-term

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docker-term

A node cli that list running containers and run 'docker exec' on the selected container.

latest
Source
npmnpm
Version
1.1.5
Version published
Maintainers
1
Created
Source

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)

Keywords

cli

FAQs

Package last updated on 17 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts