From 1c18c9b94f4f57ac7f74cb1e6c3debb863ff7fc5 Mon Sep 17 00:00:00 2001 From: Denis Pitzalis Date: Tue, 23 Jan 2018 17:02:59 +0100 Subject: [PATCH] documented new functionalities --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c7e81da..11a7c10 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,17 @@ Docker Compose installation options. docker_yum_repo_enable_edge: 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`. ## Use with Ansible (and `docker` Python library)