Sign inSign up

almeida/firebird

By almeida

Updated over 10 years ago

Firebird SQL relational database.

Image
11

500K+

almeida/firebird repository overview

Firebird Dockerfile

Docker Pulls Docker Stars

Description

Provides

Firebird SQL relational database (http://www.firebirdsql.org/).

Volumes
  • /var/lib/firebird/2.5/backup
  • /var/lib/firebird/2.5/data
Exposed Ports
  • 3050
Firebird credentials
  • Username: SYSDBA
  • Password: masterkey

Run

$ 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

Misc

Restore backup
//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

Tag summary

Content type

Image

Digest

Size

65.5 MB

Last updated

over 10 years ago

docker pull almeida/firebird