From 9393e24dc4e1ce12390030071ae0f9de7357239d Mon Sep 17 00:00:00 2001 From: Song L Date: Mon, 6 May 2019 11:29:55 +0000 Subject: [PATCH] Update README.md for trivial grammar issues. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa81b5cb2d..8488143863 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-backports/InRel W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease Temporary failure resolving 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. ``` -Docker cannot access to internet to make updates. More precisely, it is a DNS problem (see https://odino.org/cannot-connect-to-the-internet-from-your-docker-containers/). If your `/etc/resolv.conf` is empty (it happens if all is manage by  `network-manager` for example), Docker does not which DNS to use. You'll need to tell him through the `/etc/default/docker` file by adding this line : +Docker cannot access to internet to make updates. More precisely, it is a DNS problem (see https://odino.org/cannot-connect-to-the-internet-from-your-docker-containers/). If your `/etc/resolv.conf` is empty (it happens if all is managed by `network-manager` for example), Docker does not know which DNS to use. You'll need to tell him through the `/etc/default/docker` file by adding this line : ```text DOCKER_OPTS="--dns IP.OF.YOUR.DNS" -- GitLab