Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dokku-community/dokku-docker-direct

Issue Docker commands via dokku
https://github.com/dokku-community/dokku-docker-direct

Last synced: 3 months ago
JSON representation

Issue Docker commands via dokku

Awesome Lists containing this project

README

        

# dokku-docker-direct [![Build Status](https://img.shields.io/travis/dokku-community/dokku-docker-direct.svg?branch=master "Build Status")](https://travis-ci.org/josegonzalez/dokku-docker-direct)

Issue docker commands directly via a dokku plugin.

## requirements

- dokku 0.4.0+
- docker 1.8.x

## installation

```shell
# on 0.4.x
dokku plugin:install https://github.com/josegonzalez/dokku-docker-direct.git docker-direct
```

## commands

```shell
docker-direct Issue docker command
```

## usage

```shell
# view currently running containers
ssh dokku@your_host docker-direct ps

# list all images
ssh dokku@your_host docker-direct images

# inspect a container
ssh dokku@your_host docker-direct inspect $CID
```