Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```

## Usage
```bash
dosh
```

## Tests

```bash
npm test
```