Merge pull request #25242 from stefanpetter/patch-1

Added step to create /etc/docker/ folder in Ubuntu instruction
This commit is contained in:
Kubernetes Prow Robot 2021-01-12 09:56:36 -08:00 committed by GitHub
commit d70d1f6806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -470,6 +470,11 @@ sudo apt-get update && sudo apt-get install -y \
docker-ce-cli=5:19.03.11~3-0~ubuntu-$(lsb_release -cs)
```
```shell
## Create /etc/docker
sudo mkdir /etc/docker
```
```shell
# Set up the Docker daemon
cat <<EOF | sudo tee /etc/docker/daemon.json