Skip to content
/ jnh Public

Start a BASH shell within a Docker container with container name [tab] completion on the CLI

License

Notifications You must be signed in to change notification settings

rlewan/jnh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jnh

Start a BASH shell within a Docker container:

$ jnh container_name

Comes with container name completion on the shell.

Name inspired by Jonah, famous for spending 3 days within a whale.

Setup

Just make sure that the jnh script is executable and on your path and that jnh.completion is loaded by your shell bootstrap script (e.g. .bashrc):

export PATH="$PATH:/path/to/repo/bin"
source /path/to/repo/jnh.completion

About

Start a BASH shell within a Docker container with container name [tab] completion on the CLI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages