Skip to main content
Bubl Cloud Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

3 Container Source

Container source

Standard containers

For some containers, Bubl has a default setup available, for example the postgres database. In this case it is only needed to know what standard setup to use.

What standard container and what version

For standard containers, the only things that need to be known are:

  1. what standard container
  2. version

For example

# Name Standard container What standard Version
A Postgres yes Postgres 18
B Redis yes Redis 7

Currently available:

  • Postgres version 18
  • Redis version 7

Non-standard containers

The actual application container is usually not already available within Bubl. This container is of course what makes it the application.

For non-standard containers, the following information is required:

  1. Container files
  2. Container setup

Container files

The container files are the disk files that make up the drive.

This can be provided as:

  1. reference to downloadable container image with tag
  2. exported tar.gz file

Downloadable container image

A downloadable container image always contains the following:

  1. Repo url
  2. Repo path
  3. Tag

An example of a downloadable container image is:

docker.io/docmost/docmost:0.23.2

Exported tar.gz

Docker provides a way to export a container as a tar.gz file. This file can be provided directly.