Logo

Model Images

Common questions this page answers:

  • How do I push a container (Docker) image to Bailo?
  • How do I pull a container (Docker) image from Bailo?
  • How do I add a container image to a release?

Pushing a Docker image

Container (Docker) images can be pushed to the Bailo registry and associated with a specific model. These images can later be used in model releases.

model registry tab with push image button circled

The screenshot above shows the model Registry tab with a push image button.

The process is:

  • Create a token in the UI to obtain Docker credentials
  • Run docker login <registryAddress> -u <accessKey>
    • When prompted for a password, use the secretKey
  • Tag the image: docker tag <image> <registryAddress>/<modelId>/<imageName>:<tag>
  • Push the image: docker push <registryAddress>/<modelId>/<imageName>:<tag>

Using a image in a release

After pushing an image, it becomes selectable when drafting a release. Choose the image from the dropdown in the release creation form.

image dropdown displaying model-assigned images for use in a release

The screenshot above shows the image selection dropdown in the release creation form.

Accessing an image

Images attached to a release are listed in the Releases tab.

release in releases tab with attached docker images

The screenshot above shows a release in the Releases tab with attached container images listed.

You can pull an image using:

docker pull <imagePath>


Copyright © Crown Copyright 2026.