https://github.com/jkremser/dosh
Opens shell in one of the running containers
https://github.com/jkremser/dosh
bash docker
Last synced: 4 months ago
JSON representation
Opens shell in one of the running containers
- Host: GitHub
- URL: https://github.com/jkremser/dosh
- Owner: jkremser
- License: apache-2.0
- Created: 2017-10-19T00:31:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T15:58:52.000Z (almost 8 years ago)
- Last Synced: 2025-10-12T03:26:27.398Z (8 months ago)
- Topics: bash, docker
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/Jiri-Kremser/dosh)
[](https://coveralls.io/github/Jiri-Kremser/dosh?branch=master)
[](https://badge.fury.io/js/%40jkremser%2Fdosh)
Dosh
====
Very simple interactive tool that opens `/bin/bash` in one of the currently running Docker containers. It is a convenient way to run `docker exec -ti /bin/bash`.
This tool assumes that `docker` can be run whithout sudo.
## Installation
```
sudo npm install -g @jkremser/dosh
```
## Tests
```bash
npm test
```
