Embarcadero InterBase 2020 Update 4. You need an InterBase server license to use this.
10K+
Embarcadero InterBase is the winner of Total Telco’s IoT Award for “the most innovative use of data” thanks to its highly scalable patented Change Views technology, which ensures the fastest, simplest and most secure way to track changes to persisted data. Reconnect anytime to get personalized field-level changes for any user/device using standard SQL, and update remote cached data rapidly with small, context-aware deltas!
InterBase is a full-featured, high performance, ultrafast, encryptable, scalable, relational and embeddable multi-platform SQL database with multi-dimensional data security, disaster recovery and change synchronization for developers who want to embed a low-cost, zero-admin, secure database into their cross-platform connected applications.
The DockerFile source is available on GitHub.
This image contains Embarcadero InterBase 2020 Update 4. You need an Embarcadero InterBase server license for use.
docker run -it -p 3050:3050 --name interbase --mount source=iblicense,target=/opt/interbase/license --mount source=interbase,target=/opt/interbase docker.io/radstudio/interbase:latest
This will run the license manager, storing the license in /opt/interbase/license. This keeps the license static, while the InterBase binaries are ephemeral so subsequent containers can contain updates.
Since we gave the container a name, we need to remove it before running it again: docker container rm interbase
If successfully registered, run the container in the background
docker run -d -p 3050:3050 --name interbase --mount source=iblicense,target=/opt/interbase/license --mount source=interbase,target=/opt/interbase docker.io/radstudio/interbase:latest
When you create a database, store it on the path /opt/interbase which is mapped to the external interbase volume. This keeps the database files persistent.
In the future you can stop the InterBase container with docker container stop interbase and restart it with docker container start interbase. You only need to remove it if you are changing the run command that was used to launch it.
This software is Copyright © 2023 by Embarcadero Technologies, Inc.
You may only use this software if you are an authorized licensee of Embarcadero InterBase. See the latest software license agreement for updates or changes.

Content type
Image
Digest
sha256:dda62b13a…
Size
729.9 MB
Last updated
almost 2 years ago
docker pull radstudio/interbase