https://github.com/debops/ansible-docker
Install and configure Docker Engine
https://github.com/debops/ansible-docker
Last synced: about 1 year ago
JSON representation
Install and configure Docker Engine
- Host: GitHub
- URL: https://github.com/debops/ansible-docker
- Owner: debops
- License: gpl-3.0
- Created: 2015-09-06T20:14:12.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T06:49:41.000Z (almost 8 years ago)
- Last Synced: 2024-11-27T06:36:41.371Z (over 1 year ago)
- Language: Shell
- Size: 140 KB
- Stars: 25
- Watchers: 8
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
## [](https://debops.org) docker
[](https://travis-ci.org/debops/ansible-docker)
[](https://github.com/debops/test-suite/tree/master/ansible-docker/)
[](https://galaxy.ansible.com/debops/docker)
[Docker](https://docker.com/) is a lightweight virtualization platform
based on Linux kernel features that allow creation and management of
isolated application environments.
### Installation
This role requires at least Ansible `v1.9.0`. To install it, run:
```Shell
ansible-galaxy install debops.docker
```
### Documentation
More information about `debops.docker` can be found in the
[official debops.docker documentation](https://docs.debops.org/en/latest/ansible/roles/ansible-docker/docs/).
### Are you using this as a standalone role without DebOps?
You may need to include missing roles from the [DebOps common
playbook](https://github.com/debops/debops-playbooks/blob/master/playbooks/common.yml)
into your playbook.
[Try DebOps now](https://debops.org/) for a complete solution to run your Debian-based infrastructure.
### Authors and license
- [Maciej Delmanowski](https://docs.debops.org/en/latest/debops-keyring/docs/entities.html#debops-keyring-entity-drybjed) (maintainer) | [e-mail](mailto:drybjed@gmail.com) | [Twitter](https://twitter.com/drybjed) | [GitHub](https://github.com/drybjed)
License: [GPL-3.0](https://tldrlegal.com/license/gnu-general-public-license-v3-%28gpl-3%29)
***
This role is part of [DebOps](https://debops.org/). README generated by [ansigenome](https://github.com/nickjj/ansigenome/).