Coder Social home page Coder Social logo

kall / cubrid-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kadishmal/cubrid-docker

0.0 1.0 0.0 7 KB

A Dockerfile for creating a CUBRID RDBMS image on top of the official CentOS distribution.

Home Page: https://hub.docker.com/r/lighthopper/cubrid/

Shell 100.00%

cubrid-docker's Introduction

What is CUBRID?

CUBRID (/ˈkjuːbrɪd/ "cube-rid") is an open source SQL-based relational database management system (RDBMS) with object extensions developed by NAVER Corporation for web applications.

How to use this image

docker run -p 33000:33000 --name cubrid lighthopper/cubrid:10.0.0.1376

The image has a default command:

cubrid service start && tail -f $CUBRID_LOGS/**/* $CUBRID_LOGS/**/**/*

It will start CUBRID Service and tail all its logs. You may override this command as follows:

docker run -p 33000:33000 --name cubrid lighthopper/cubrid:10.0.0.1376 cubrid service start 

This, for instance, will start the Service but will not tail log files.

Another alternative command is to create and start the demodb database distributed together with CUBRID.

docker run -p 33000:33000 --name cubrid lighthopper/cubrid:10.0.0.1376 ./create-start-demodb.sh

Or in case CUBRID is already running in a cubrid container:

docker exec cubrid ./create-start-demodb.sh

Available versions

The following versions are available via tags.

  • 10.0.0.1376
  • 9.3.6.0002
  • 9.2.26.0004
  • 9.2.3.0005
  • 9.1.0.0218
  • 9.0.0.0478
  • 8.4.3.10001
  • 8.4.1.32003

All these images are based on CentOS 6.6.

How to build this image:

docker build -t="lighthopper/cubrid:10.0.0.1376" .

The CUBRID binary will be retrieved on build from http://ftp.cubrid.org/CUBRID_Engine/.

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.