The architectures supported by this image are:
| Architecture | Tag |
|---|---|
| x86-64 | latest |
This image provides various versions that are available via tags. latest tag usually provides the latest available version.
| Tag | Description |
|---|---|
| latest | Newest v4 release from Ombi |
| {semver} | Individual releases as they come |
Default Ombi installation locations as defined in their installation wiki page
| Folder Type | Location |
|---|---|
| Executable | /opt/ombi |
| Config | /var/lib/ombi |
This is built the way docker initially intended. That means all parameters are things you can set regardless of container.
docker run \
--name radarr \
--publish 5000:5000 \
--volume <host config path>:/var/lib/ombi \
--rm \
--detach \
--user 569:569 \
itscontained/ombi:latest
Content type
Image
Digest
Size
103.6 MB
Last updated
over 5 years ago
docker pull itscontained/ombi:4.0.1403