document howto set gitlab registry authentication
This commit is contained in:
parent
9bd494567f
commit
40d33b682f
13
README.md
13
README.md
|
|
@ -193,6 +193,19 @@ Set Defaults:
|
|||
containers$ cat ~/.config/containers/containers.conf
|
||||
[network]
|
||||
network_backend = "netavark"
|
||||
|
||||
|
||||
Credentials for Gitlab Registry should be available after Reboot
|
||||
|
||||
# User: drpuur, Password: Token from Gitlab (glpat-L5fU-_eZ6u74-3a8Jsnn)
|
||||
[containers@onyx-dev ~]$ podman login registry.gitlab.com
|
||||
Username: drpuur
|
||||
Password:
|
||||
Login Succeeded!
|
||||
|
||||
[containers@onyx-dev ~]$ cp /run/user/1000/containers/auth.json ~/.config/containers/auth.json
|
||||
|
||||
|
||||
```
|
||||
|
||||
### Setup Traefik
|
||||
|
|
|
|||
Loading…
Reference in New Issue