2.5.6, 2.5.7, 2.5.8, 2.5.9
3.0.0, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7, 3.0.8, 3.0.9, 3.0.10
4.0.0, 4.0.2
docker run --rm -d -e SYSDBAPASS=somegoodpass -v /docker/firebird-docker/testdb:/db -p 3050:3050 --rm --name firebird3.0.7 dcms/firebird-docker:3.0.10
Default password is "masterkey" Example:
-e "SYSDBAPASS=anotherpassword"
To work with databases inside the container and store them permanent outside Exmaple:
-v db:/db
Default Firebird Port inside the container is 3050, you can set it to another Example:
-p 3051:3050
There is a docker-compose.yml file where you can start more Firebirdservers on different Ports for developing