sudo docker run -d --name=firebird15 -e KEY_ENV=masterkey -p 3050:3050 -v /var/firebirddb:/var/firebirddb --restart=always -it kovalr/firebird1.5
login: sysdba
password: masterkey
- KEY_ENV: password for Firebird SQL . Default username sysdba
3050/tcp
Put your Firebird database in the folder /var/firebirddb
Polish company LeftHand providing financial and accounting software for Linux and Windows still use old version of Firebird server. For this reason I decided to create docker container for test purpose. I've took https://hub.docker.com/r/vyper/firebird/ as an example and modified a little bit. This is my first experience with Github and DockerHub.