document howto set gitlab registry authentication
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user