Applied suggested changes to create /etc/docker folder instead of starting the service

The "Set up the Docker daemon" step fails because the initial files have not been created. I copied the step of creating of the /etc/docker/ folder from the CentOS/RHEL instructions to the Ubuntu Instructions
This commit is contained in:
Stefan Petter
2020-11-25 20:50:54 +01:00
parent cdd6e9a059
commit f6e5496bc3
@@ -407,6 +407,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