From 767a2f2ec48d8908cdfe6608634292147d642509 Mon Sep 17 00:00:00 2001 From: Betcheg Date: Fri, 23 May 2025 09:26:54 +0200 Subject: [PATCH] Fix typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2247511..202f1a4 100644 --- a/readme.md +++ b/readme.md @@ -174,7 +174,7 @@ it to the docker default options. - If you use systemd (present on Fedora and recent Ubuntu versions), edit `/lib/systemd/system/docker.service` and add the options to the command you -will see in the `ExecStart` section, the run `sudo systemctl daemon-reload`. +will see in the `ExecStart` section, then run `sudo systemctl daemon-reload`. - If you do not, Open file `/etc/default/docker` and add `--bip=172.17.0.1/24 --dns=172.17.0.1` to `DOCKER_OPTS` variable.