mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

Follow the bouncing docker-registry package. Rather than use the docker hub registry container, we can have finer grained control if we clone and build the docker-distribution repository directly. Since this is distinct from the main docker package/codebase, we break the registry back out into its own package. We also create a baseline configuration and .service file that can be the basis for more complex implementations. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
11 lines
209 B
Desktop File
11 lines
209 B
Desktop File
[Unit]
|
|
Description=v2 Registry server for Docker
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/registry serve /etc/docker-distribution/registry/config.yml
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|