Skip to content

Gives you a shell in a running Docker container.

License

Notifications You must be signed in to change notification settings

alu-/docker-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-shell

Gives you a shell in a running Docker container.

Usage

Usage:
  docker-shell [CONTAINER] [SHELL]
  docker-shell --help|-h|-?
  docker-shell --version|-v

Arguments:
  CONTAINER       Name of the container
  SHELL           Force a specific shell, otherwise pick 'best' shell
                  [bash fish zsh tcsh csh ksh sh]
  -h, -?, --help  Print this help text
  -v, --version   Print version and exit

Note:
  If the container name is omitted then the newest container will be used.
  Container name will match any part of name with wildcards.
  E.g 'web' and 'ebserv' will both match 'webserver'.
  If container name matches more than one container the latest one will be used.

Author:
  Oskar Andersson <[email protected]>

About

Gives you a shell in a running Docker container.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published