Skip to content

iamsoorena/goinside

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Goinside

goinside is a command line tool that helps you run bash inside docker containers easily. You can look at goinside as an alternative for docker exec -it container_name bash with some tweaks.

People have problems with going inside docker containers.

like:

Installation

Install package globally on your system:

npm i goinside -g

Or if you prefer yarn:

yarn global install goinside

Usage

Let's say you have a docker container that has bash installed in it.

docker run -d  --name test_container ubuntu tail -F nothing

Now you can open up a terminal inside your container(with proper size):

goinside test_container [bash/sh]

dlist

Also this package comes with a modified version of docker ps command named dlist, you can use this one simply by typing:

dlist

About

🐠 Command line tool that helps going inside docker containers 🐠

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published