Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thbkrkr/dops
Docker, Docker Machine, Docker Compose, Terraform, Packer, Ansible and kubectl in Docker
https://github.com/thbkrkr/dops
ansible docker docker-compose docker-machine terraform
Last synced: 1 day ago
JSON representation
Docker, Docker Machine, Docker Compose, Terraform, Packer, Ansible and kubectl in Docker
- Host: GitHub
- URL: https://github.com/thbkrkr/dops
- Owner: thbkrkr
- Created: 2015-07-05T16:28:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T09:15:34.000Z (about 6 years ago)
- Last Synced: 2023-08-17T12:04:59.909Z (about 1 year ago)
- Topics: ansible, docker, docker-compose, docker-machine, terraform
- Language: Shell
- Homepage:
- Size: 106 KB
- Stars: 23
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dops
[![Docker Pulls](https://img.shields.io/docker/pulls/krkr/dops.svg)](https://hub.docker.com/r/krkr/dops/)
A Docker image with ops tools:
- [Docker](https://docs.docker.com)
- [Docker Machine](https://docs.docker.com/machine/)
- [Docker Compose](https://docs.docker.com/compose/)
- [Terraform](https://terraform.io/docs/)
- [Packer](https://packer.io/docs/)
- [Kubectl](https://kubernetes.io/docs/reference/kubectl/overview/)
- [Ansible](https://docs.ansible.com/ansible/)Based on [krkr/docker-toolbox](https://github.com/thbkrkr/docker-toolbox).
```sh
_
__| | ___ _ __ ___
/ _` |/ _ \| |_ \/ __|
| (°| < (#) < |_) \__ \
\__,_|\___/| .__/|___/
|_|```
#### Which versions?
```sh
{"bash":"4.4.19"}
{"curl":"7.57.0"}
{"jq":"1.5"}
{"docker":"18.01.0"}
{"docker-machine":"0.13.0"}
{"docker-compose":"1.18.0"}
{"ansible":"2.5.2.0"}
{"terraform":"0.11.7"}
{"packer":"1.2.3"}
{"kubectl":"1.10.2"}
{"helm":"2.9.0"}
{"openstackclient":"3.15.0"}
```### Using dops
#### zsh in dops
```sh
> docker run --rm -ti \
-v $(pwd):/ops \
-e CLUSTER=c1.bim \
krkr/dops/ops [cluster:c1.bim] [node:n1.c1.bim] root@io
> ...
```## License
MIT