deal with firewalld/docker startup issues

added the firewalld.service symbol in the After line docker
will always start after firewalld, thus eliminating the issue
of firewall blocking all mapped traffic.

Signed-off-by: Ramon Brooker <Ramon.Brooker@imaginecommunications.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: 73e08286f920881a431fa7befd3909e72303680b
Component: engine
This commit is contained in:
Ramon Brooker
2016-08-11 00:13:33 +02:00
committed by Sebastiaan van Stijn
parent 64cc925c02
commit 5b967c9349
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network.target docker.socket
After=network.target docker.socket firewalld.service
Requires=docker.socket
[Service]
@@ -1,7 +1,7 @@
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network.target
After=network.target firewalld.service
[Service]
Type=notify