Skip to content

n-at/docker-firebird2.5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image with Firebird 2.5 Superserver

Based on jacobalberty/firebird-docker

Contains Firebird 2.5 with Superserver architecture.

SYSDBA password is set to masterkey by default. If you want to change this password, use build arg:

docker build -t firebird --build-arg SYSDBA_PASSWORD=test .

Usage

$ docker run -d \
    -p 3050:3050 \
    -v /sqlbase:/sqlbase \
    --name firebird \
    atnurgaliev/firebird2.5

License

BSD

About

Docker image with Firebird 2.5 superserver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published