1.0.6 • Published 3 years ago

@nerdo/dex v1.0.6

Weekly downloads
20
License
MIT
Repository
github
Last release
3 years ago

@nerdo/dex

A commmand line utility that finds a running docker container with the closest matching name and executes a command on it.

Installation

npm i -g @nerdo/dex

Usage

dex <container name> [command]

<container name> can be the partial name of a container and is required.

[command] is optional, but defaults to /bin/bash. It can consist of a command with any number of arguments, e.g. dex some-container ls -al.

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago