Portal:Container/Image/docker auth

Jump to: navigation, search

openSUSE docker_auth Container Image

Description

This container image contains the latest docker_auth package from openSUSE Tumbleweed.

Location

  • registry.opensuse.org/opensuse/docker_auth

Configuration

A local directory with the configuration files is required, by default is this /etc/registry. This directory should contain the auth_config.yml file and server certificates. For an example configuration look at the docker_auth RPM.

Arguments:

  • -v N - increases verbosity
  • --logtostderr - prints all informations on stderr
  • /etc/registry/auth_config.yml - path of the configuration file

Run

 # podman run -d --name docker_auth -p 5001:5001 -v /etc/registry:/etc/registry registry.opensuse.org/opensuse/docker_auth:latest --logtostderr /etc/registry/auth_config.yml


Reload Configuration

XXX

Systemd support

The package container-registry-systemd contains a service file and scripts to configure and automatically start the docker_auth container with systemd. Please read the documentation of that package.