mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-09-21 17:51:38 +02:00
documented new functionalities
This commit is contained in:
parent
641957761d
commit
1c18c9b94f
11
README.md
11
README.md
@ -34,6 +34,17 @@ Docker Compose installation options.
|
|||||||
docker_yum_repo_enable_edge: 0
|
docker_yum_repo_enable_edge: 0
|
||||||
docker_yum_repo_enable_test: 0
|
docker_yum_repo_enable_test: 0
|
||||||
|
|
||||||
|
(Tested only on Ubuntu >16.04) Configure docker beyond proxy
|
||||||
|
|
||||||
|
docker_http_proxy: http://proxy.example.com:8080/ #the trailing slash is very important
|
||||||
|
docker_no_proxy: localhost
|
||||||
|
|
||||||
|
Login into docker hub
|
||||||
|
|
||||||
|
docker_hub_username: mine
|
||||||
|
docker_hub_password: ciao
|
||||||
|
docker_hub_email: nobody@example.com
|
||||||
|
|
||||||
(Used only for RedHat/CentOS.) You can enable the Edge or Test repo by setting the respective vars to `1`.
|
(Used only for RedHat/CentOS.) You can enable the Edge or Test repo by setting the respective vars to `1`.
|
||||||
|
|
||||||
## Use with Ansible (and `docker` Python library)
|
## Use with Ansible (and `docker` Python library)
|
||||||
|
Loading…
Reference in New Issue
Block a user