https://github.com/dalee/ansible.install-docker
Install and configure Docker Engine and Docker Compose
https://github.com/dalee/ansible.install-docker
Last synced: 6 months ago
JSON representation
Install and configure Docker Engine and Docker Compose
- Host: GitHub
- URL: https://github.com/dalee/ansible.install-docker
- Owner: Dalee
- Created: 2016-07-18T13:46:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T15:00:47.000Z (about 9 years ago)
- Last Synced: 2025-04-10T20:50:47.868Z (over 1 year ago)
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker
Docker and Docker Compose role installation for
[Dalee/ubuntu](https://atlas.hashicorp.com/Dalee/boxes/ubuntu/).
Service is disabled by default. Having active docker0 bridge
could interfere with NFS mounts IP guess by Vagrant.
Just use `sudo systemctl start docker` to run when needed.
# Insecure registry
Provide var `docker_insecure_registry` in vagrant.yml inventory
in order to allow insecure registry access for docker daemon.
```
- hosts: localhost
...
vars:
- docker_insecure_registry: docker-registry.example.com:80
```