Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/content/usage/packages/container.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ Images must follow this naming convention:

`{registry}/{owner}/{image}`

Name your image according to the convetion with the following command:

```shell
docker tag {image}:{tag} gitea.example.com/{owner}/{image}:{tag}
```

For example, these are all valid image names for the owner `testuser`:

`gitea.example.com/testuser/myimage`
Expand Down