Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dokku-community/dokku-docker-direct
- Owner: dokku-community
- License: mit
- Created: 2014-04-24T09:01:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T22:25:41.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T12:50:18.352Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - dokku-community/dokku-docker-direct - Issue Docker commands via dokku (others)
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
```