mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-09-21 17:51:38 +02:00
add doc
This commit is contained in:
parent
faf2f13fb5
commit
29d245456b
10
README.md
10
README.md
@ -28,11 +28,19 @@ You can control whether the package is installed, uninstalled, or at the latest
|
||||
Variables to control the state of the `docker` service, and whether it should start on boot. If you're installing Docker inside a Docker container without systemd or sysvinit, you should set these to `stopped` and set the enabled variable to `no`.
|
||||
|
||||
docker_install_compose: true
|
||||
docker_compose_version: "1.22.0"
|
||||
docker_compose_version: "1.23.2"
|
||||
docker_compose_path: /usr/local/bin/docker-compose
|
||||
docker_compose_completion_path: /etc/bash_completion.d/docker-compose
|
||||
|
||||
Docker Compose installation options.
|
||||
|
||||
docker_install_app: true
|
||||
docker_app_version: "v0.6.0"
|
||||
docker_app_path: /usr/local/bin/docker-app
|
||||
docker_app_completion_path: /etc/bash_completion.d/docker-app
|
||||
|
||||
Docker App installation options.
|
||||
|
||||
docker_apt_release_channel: stable
|
||||
docker_apt_arch: amd64
|
||||
docker_apt_repository: "deb [arch={{ docker_apt_arch }}] https://download.docker.com/linux/{{ ansible_distribution|lower }} {{ ansible_distribution_release }} {{ docker_apt_release_channel }}"
|
||||
|
Loading…
Reference in New Issue
Block a user