Add 'README.'
This commit is contained in:
parent
589022b2b6
commit
74af08926d
1 changed files with 11 additions and 0 deletions
11
README.
Normal file
11
README.
Normal file
|
@ -0,0 +1,11 @@
|
|||
# ansible-role-docker
|
||||
|
||||
Installs docker.
|
||||
|
||||
## Customization
|
||||
|
||||
The following are default variables that can be overwritten:
|
||||
```yaml
|
||||
# Converted to /etc/docker/daemon.json
|
||||
docker_daemon_config: {}
|
||||
```
|
Reference in a new issue