Skip to content

Commit

Permalink
Merge pull request moby#48812 from Octol1ttle/patch-1
Browse files Browse the repository at this point in the history
fix(systemd): start Docker engine *after* DNS resolution is ready
  • Loading branch information
thaJeztah authored Nov 5, 2024
2 parents 070ebb9 + 330e717 commit e49bce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/init/systemd/docker.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network-online.target docker.socket firewalld.service containerd.service time-set.target
After=network-online.target nss-lookup.target docker.socket firewalld.service containerd.service time-set.target
Wants=network-online.target containerd.service
Requires=docker.socket

Expand Down

0 comments on commit e49bce5

Please sign in to comment.