Add container registry info for gitea
This commit is contained in:
parent
e72b2020ce
commit
9dff9c45b5
@ -103,3 +103,17 @@ List users:
|
|||||||
|
|
||||||
Change user password:
|
Change user password:
|
||||||
`$ gitea admin user change-password -u (user) -p (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>`
|
||||||
|
Loading…
Reference in New Issue
Block a user