Zum Hauptinhalt springen

Containers

The containers API allows you to run and manage custom containers on the platform.

First steps

Configuring your container registry

To run images from a private container registry, you need to configure the registry in the platform. You can do this by creating a new container registry resource in the platform and providing the necessary credentials.

You can use the following API operations to manage container registries:

After a container registry is configured for a project, you can simply use it within that project by prefixing the image name, just as you would with a docker run command.

Starting and updating container stacks

Containers are run as part of a container stack. A container stack is a collection of containers and volumes that are run together. You can use the following API operations to manage container stacks:

Operational tasks

To manage a container stack's lifecycle, you can use the following API operations: