Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eendroroy/ansible-role-docker-ce
https://github.com/eendroroy/ansible-role-docker-ce
ansible-role docker-ce
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eendroroy/ansible-role-docker-ce
- Owner: eendroroy
- License: mit
- Created: 2017-09-20T09:24:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T20:36:26.000Z (about 7 years ago)
- Last Synced: 2024-11-28T09:40:11.664Z (3 months ago)
- Topics: ansible-role, docker-ce
- Language: Shell
- Homepage: https://galaxy.ansible.com/eendroroy/docker-ce/
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-ce
[![Build Status](https://travis-ci.org/eendroroy/ansible-role-docker-ce.svg?branch=master)](https://travis-ci.org/eendroroy/ansible-role-docker-ce)
[![Contributors](https://img.shields.io/github/contributors/eendroroy/ansible-role-docker-ce.svg)](https://github.com/eendroroy/ansible-role-docker-ce/graphs/contributors)
[![GitHub last commit (branch)](https://img.shields.io/github/last-commit/eendroroy/ansible-role-docker-ce/master.svg)](https://github.com/eendroroy/ansible-role-docker-ce)
[![license](https://img.shields.io/github/license/eendroroy/ansible-role-docker-ce.svg)](https://github.com/eendroroy/ansible-role-docker-ce/blob/master/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/eendroroy/ansible-role-docker-ce.svg)](https://github.com/eendroroy/ansible-role-docker-ce/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/eendroroy/ansible-role-docker-ce.svg)](https://github.com/eendroroy/ansible-role-docker-ce/issues?q=is%3Aissue+is%3Aclosed)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/eendroroy/ansible-role-docker-ce.svg)](https://github.com/eendroroy/ansible-role-docker-ce/pulls)
[![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/eendroroy/ansible-role-docker-ce.svg)](https://github.com/eendroroy/ansible-role-docker-ce/pulls?q=is%3Apr+is%3Aclosed)Ansible role to install `docker-ce`
## Supported OS
- Ubuntu
- trusty (14.04)
- xenial (16.04) - xenial requires python2 to be installed for ansible support
- CentOS
- 7
- RHEL
- 7## Testing locally
First run the vagrant machines:
```bash
vagrant up
```Then execute the test runner script:
```bash
./run_vagrant_test.sh
```## Contributing
Bug reports and pull requests are welcome on GitHub at [ansible-role-docker-ce](https://github.com/eendroroy/ansible-role-docker-ce) repository.
This project is intended to be a safe, welcoming space for collaboration,
and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.## Authors
* **Indrajit Roy** - *Owner* - [eendroroy](https://github.com/eendroroy)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details