Skip to content

Instantly share code, notes, and snippets.

@adonis0147
Created May 22, 2025 08:44
Show Gist options
  • Select an option

  • Save adonis0147/f2494980c2dfb0122451db603840a212 to your computer and use it in GitHub Desktop.

Select an option

Save adonis0147/f2494980c2dfb0122451db603840a212 to your computer and use it in GitHub Desktop.
[Unit]
Description=Dockerd Service
[Service]
Environment=PATH=/opt/docker:/usr/sbin
ExecStart=/opt/docker/dockerd
Restart=on-failure
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment