Skip to content

Instantly share code, notes, and snippets.

@philipz
Last active June 26, 2023 19:58
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipz/1e7a36560700fdc1ad63 to your computer and use it in GitHub Desktop.
Save philipz/1e7a36560700fdc1ad63 to your computer and use it in GitHub Desktop.
Install Docker on ARMv6 Raspberry Pi

Get Docker up and running on the RaspberryPi (ARMv6) in four steps

Failed to start docker.service: Unit docker.service is masked.
systemctl unmask docker.service
systemctl unmask docker.socket
systemctl start docker.service

If you got the message,

WARNING: Your kernel does not support cgroup swap limit. WARNING: Your
kernel does not support swap limit capabilities. Limitation discarded.

Add cgroup_enable=memory swapaccount=1 to /boot/cmdline.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment