Firebird SQL relational database (http://www.firebirdsql.org/).
$ docker run -d \
--name firebird \
-p 3050:3050 \
-v /somehostdir/firebird/backup/:/var/lib/firebird/2.5/backup/ \
-v /somehostdir/firebird/data/:/var/lib/firebird/2.5/data/ \
almeida/firebird
//enter container console
$ docker exec -i -t firebird /bin/bash
//restore backup
$ gbak -c -v -user SYSDBA -password masterkey /var/lib/firebird/2.5/backup/dbname.fbk localhost:/var/lib/firebird/2.5/data/dbname.fdb
Content type
Image
Digest
Size
65.5 MB
Last updated
over 10 years ago
docker pull almeida/firebird