0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-03-13 09:58:07 -04:00

docs: packages: container reference to the docker push CLI doc

Fixes: https://codeberg.org/forgejo/forgejo/issues/708
This commit is contained in:
Earl Warren 2023-05-05 19:12:24 +02:00 committed by Caesar Schinas
parent 3c927f46d0
commit be39ce34d5
No known key found for this signature in database
GPG key ID: AE9108461BEA5ACF

View file

@ -59,6 +59,8 @@ For example:
docker push forgejo.example.com/testuser/myimage:latest
```
For more information please check the [docker push](https://docs.docker.com/engine/reference/commandline/push/) documentation page.
## Pull an image
Pull an image by executing the following command: