Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down