firebird sql server image for armhf like linux-sunxi boards running armbian and docker for example
327
[source] https://github.com/calhemp/firebird-docker-armhf
firebird-docker-armhf
Firebird server image. Dockerfile for arm32v7 devices like Linux-sunxi boards running linux Armbian distro with hypriot compiled docker for arm more info: Linux-sunxi: www.linux-sunxi.org Armbian: www.armbian.com hypriot: www.hypriot.com
this images is based of https://github.com/jacobalberty/firebird-docker adapted to run in armhf device.
Dockerfile base from arm32v7/debian:jessie docker Firebird Supported tags and respective Dockerfile links
2.5-sc, latest (2.5-sc/Dockerfile)
[## What's New Default Username/password
The default username and password are now set to SYSDBA/masterkey. Check /var/firebird/etc/SYSDBA.password for the credentials for your current build. Description
This is a Firebird SQL Database container. Default Login information
Username: SYSDBA Password: masterkey Please be sure to change your password as soon as you log in. Environment Variables: TZ
TimeZone. (i.e. America/Chicago) Server Architectures
Latest is the same as 2.5-sc Volumes: /databases/
Default location to put database files /var/firebird/run
guardian lock DIR /var/firebird/etc
config files DIR message files DIR /var/firebird/log
log files DIR /var/firebird/system
security database DIR /tmp/firebird
Database lock directory Exposes: 3050/tcp Events
git clone https://github.com/calhemp/firebird-docker-armhf.git cd firebird-docker-armhf *build example: sudo docker build -t mybuild/firebird-server-arm .
I run this container with a shared folder that have my database.fdb or create a database with /usr/local/firbird/isql in /database volume folder inside container.
docker run -d -p 3050:3050 -v /my/folder/database/path:/databases mybuild/firebird-server-arm
or run container with available host port run with -P prefix and docker will do the rest, se what port is used with docker ps or docker inspect.
docker run -d -P -v /my/folder/database/path:/databases mybuild/firebird-server-arm
Content type
Image
Digest
Size
43.5 MB
Last updated
almost 7 years ago
docker pull canagroc/armhf-firebird:2.5.9