Coder Social home page Coder Social logo

docker-firebird-1.5.6-cs's Introduction

Firebird Dockerfile

Description

Firebird 1.5.6 Classic

Provides

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

Volumes

  • /backup
  • /data
  • /opt/firebird

Exposed Ports

  • 3050

Env

  • TZ // You can set timezone for your docker container via this variable, if not specified then its default value is "Etc/UTC"

for example add "-e Europe/Sarajevo" to your docker run command.

Firebird credentials

  • Username: SYSDBA
  • Password: masterkey

Run

$ docker run -d \
	--name firebird \	
	-p 3050:3050 \
	-v /somehostdir/firebird/backup/:/backup/ \
	-v /somehostdir/firebird/data/:/data/ \
	inews2/firebird1.5.6-cs

Misc

Restore backup

//enter container console
$ docker exec -i -t firebird /bin/bash

//backup
$ gbak -v -t -user SYSDBA -password masterkey localhost:/data/dbname.fdb /backup/dbname.fbk 

 //restore 
$ gbak -c -v -user SYSDBA -password masterkey /backup/dbname.fbk localhost:/data/dbname.fdb

docker-firebird-1.5.6-cs's People

Contributors

inews2 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.