mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #12712 from moxiegirl/carry-docs-update-9397
Removing firewalld info
This commit is contained in:
commit
09052a5572
1 changed files with 0 additions and 11 deletions
|
@ -33,17 +33,6 @@ run the following command:
|
|||
|
||||
Please continue with the [Starting the Docker daemon](#starting-the-docker-daemon).
|
||||
|
||||
### FirewallD
|
||||
|
||||
CentOS-7 introduced firewalld, which is a wrapper around iptables and can
|
||||
conflict with Docker.
|
||||
|
||||
When `firewalld` is started or restarted it will remove the `DOCKER` chain
|
||||
from iptables, preventing Docker from working properly.
|
||||
|
||||
When using Systemd, `firewalld` is started before Docker, but if you
|
||||
start or restart `firewalld` after Docker, you will have to restart the Docker daemon.
|
||||
|
||||
## Installing Docker - CentOS-6.5
|
||||
|
||||
For CentOS-6.5, the Docker package is part of [Extra Packages
|
||||
|
|
Loading…
Reference in a new issue