Skip to content

Instantly share code, notes, and snippets.

@jpralves
jpralves / docker.service
Last active October 22, 2025 17:31 — forked from aarondewindt/docker.service
Setup docker on the steamdeck
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network-online.target docker.socket firewalld.service containerd.service time-set.target
Wants=network-online.target containerd.service
Requires=docker.socket
[Service]
Type=notify
# the default is not to use systemd for cgroups because the delegate issues still