https://github.com/javanile-backup/dockerops
Super-fantastic wrapper for docker-compose operations
https://github.com/javanile-backup/dockerops
development-tools devops-tools docker-compose
Last synced: 4 months ago
JSON representation
Super-fantastic wrapper for docker-compose operations
- Host: GitHub
- URL: https://github.com/javanile-backup/dockerops
- Owner: javanile-backup
- License: mit
- Created: 2017-10-11T14:15:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T14:36:16.000Z (almost 8 years ago)
- Last Synced: 2025-07-01T06:06:30.477Z (12 months ago)
- Topics: development-tools, devops-tools, docker-compose
- Language: JavaScript
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dockerops
[](https://travis-ci.org/javanile-bot/dockerops)
[](https://codeclimate.com/github/javanile-bot/dockerops/maintainability)
[](https://codeclimate.com/github/javanile-bot/dockerops/test_coverage)
Super-fantastic wrapper for docker-compose operations
> **DISCLAIMER**: Dockerops it is a [development tool](https://github.com/topics/development-tools), please not use in production environments.
## How to install
```
sudo npm install -g dockerops
```
## How to use
| dockerops | docker-compose |
|------------------------------|-----------------------------------------|
| `dockerops` | `docker-compose ps` |
| `dockerops up` | `docker-compose up -d --remove-orphans` |
| `dockerops stop` | `docker-compose stop` |
| `dockerops stop --all` | `docker stop $(docker pa -q -a)` |
| `dockerops ` | `docker-compose exec bash` |
| `dockerops debug ` | `docker-compose up ` |
| `dockerops format ` | `docker-compose stop `
`&& docker-compose rm -f `
` && docker-compose build `
` && docker-compose up -d ` |