Skip to content

Instantly share code, notes, and snippets.

@fredldotme
Created October 30, 2023 07:55
Show Gist options
  • Save fredldotme/035de4eb46420b118b2bad1472b7b5cd to your computer and use it in GitHub Desktop.
Save fredldotme/035de4eb46420b118b2bad1472b7b5cd to your computer and use it in GitHub Desktop.
Docker inside LXD on Ubuntu Touch (JingPad)
# /etc/systemd/system/docker.service.d/override.conf
[Service]
ExecStart=
ExecStart=/usr/bin/dockerd --iptables=false -H fd:// --containerd=/run/containerd/containerd.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment