Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkremser/dosh
Opens shell in one of the running containers
https://github.com/jkremser/dosh
bash docker
Last synced: 16 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T15:58:52.000Z (over 6 years ago)
- Last Synced: 2024-04-25T16:21:49.462Z (7 months ago)
- Topics: bash, docker
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/Jiri-Kremser/dosh.svg?branch=master)](https://travis-ci.org/Jiri-Kremser/dosh)
[![Coverage Status](https://coveralls.io/repos/github/Jiri-Kremser/dosh/badge.svg?branch=master)](https://coveralls.io/github/Jiri-Kremser/dosh?branch=master)
[![npm version](https://badge.fury.io/js/%40jkremser%2Fdosh.svg)](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
```