summarylogtreecommitdiffstats
path: root/registry.service
blob: b5967db236566565cedb201bea74d3fd74bc9969 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Docker Registry

[Service]
User=registry
ExecStart=/usr/bin/registry serve /etc/docker/registry/config.yml

[Install]
WantedBy=multi-user.target