Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame^] | 1 | [Unit] |
2 | Description=v2 Registry server for Docker | ||||
3 | |||||
4 | [Service] | ||||
5 | Type=simple | ||||
6 | ExecStart=/usr/sbin/registry serve /etc/docker-distribution/registry/config.yml | ||||
7 | Restart=on-failure | ||||
8 | |||||
9 | [Install] | ||||
10 | WantedBy=multi-user.target |