Docker Images

APITable utilizes Docker images and containers for running the program across different editions, be it Open-source or Enterprise.

This approach offers several advantages, such as ensuring a consistent runtime environment, easy deployment, and scalability.

By using Docker images, APITable can run on any system with the same behavior and performance, regardless of the underlying infrastructure.

Moreover, Docker enables quick and straightforward deployment of APITable to different environments, both on-premises and in the cloud.

Overall, the use of Docker Images and containers is a reliable and efficient way to deploy and run APITable.

By pulling and download docker images, you can run these commands bellow:

Build Dockers

All build tasks are included in the Makefile, you can check all available docker build script via:

make

You can see many “build-***” command via make.

At the same time, you can also check out Github Action yaml scripts, to check how we achieve the docker images automation.

Open-source docker images

docker pull docker.io/apitable/apitable

Enterprise self-hosted docker images

docker pull ghcr.io/apitable/apitable

We also provide customized Docker images that can be rebranded and come with a commercial code license.

If you're interested in pulling Docker images, please contact us at sales@apitable.com.