Skip to content

Commit f6e5496

Browse files
committed
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
1 parent cdd6e9a commit f6e5496

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/en/docs/setup/production-environment/container-runtimes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,11 @@ sudo apt-get update && sudo apt-get install -y \
407407
docker-ce-cli=5:19.03.11~3-0~ubuntu-$(lsb_release -cs)
408408
```
409409

410+
```shell
411+
## Create /etc/docker
412+
sudo mkdir /etc/docker
413+
```
414+
410415
```shell
411416
# Set up the Docker daemon
412417
cat <<EOF | sudo tee /etc/docker/daemon.json

0 commit comments

Comments
 (0)