bugfix issie 18826: containers do not restart after reboot when bound to virtual network interface

Signed-off-by: Dmitry Kononenko <d@dm42.ru>
This commit is contained in:
Dmitry Kononenko 2016-12-27 19:25:12 +07:00 committed by Sebastiaan van Stijn
parent 9ebb90883e
commit dfa4e77d82
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,8 @@
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network.target docker.socket firewalld.service
After=network-online.target docker.socket firewalld.service
Wants=network-online.target
Requires=docker.socket
[Service]

View file

@ -1,7 +1,8 @@
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network.target firewalld.service
After=network-online.target firewalld.service
Wants=network-online.target
[Service]
Type=notify