Add container registry info for gitea

This commit is contained in:
RealStickman 2022-12-27 20:41:23 +01:00
parent e72b2020ce
commit 9dff9c45b5

View File

@ -103,3 +103,17 @@ List users:
Change user password:
`$ gitea admin user change-password -u (user) -p (password)`
## Package Management
### Container Registry
Gitea comes with a built-in container registry.
#### Login
`$ podman login gitea.exu.li`
#### Push image
`$ podman push <IMAGE ID> docker://gitea.exu.li/<OWNER>/<IMAGE>:<TAG>`