Giter Club home page Giter Club logo

crunchy-containers's Introduction

Crunchy PostgreSQL Containers

v1.4.0, 2024-05-15

crunchy logo

Crunchy Container Suite provides Docker containers that enable rapid deployment of PostgreSQL, including administration and monitoring tools. Multiple styles of deploying PostgreSQL clusters are supported.

The containers will execute in the following environments:

  • Docker 1.12

  • Openshift 3.4

  • Kubernetes 1.5

The project includes the following containers:

containers

For Kubernetes users of these containers, there is an associated project worth taking a look at that uses the containers found in this repo and provides a higher level automation. That project is PostgresOperator

Build Prerequisites

The Crunchy containers have been tested on Centos 7, RHEL 7, Openshift 3.4, Kubernetes 1.5.3, and Docker 1.12

1) Installing / configuring Docker

On an EL7 system, Docker can be installed with the following commands:

  • sudo yum -y install docker

  • sudo groupadd docker

  • sudo usermod -a -G docker ${USER}

  • sudo systemctl enable docker;systemctl start docker

  • TIP: remember to log out $USER for the docker group to take effect!

2) Building the Containers (Optional)

If you don’t want to pull the containers from DockerHub, you can perform a build of all the containers locally on your development host.

Complete build and install documentation is found here: Install Docs. The provided Dockerfiles build the containers on a Centos 7 base image and use the community PostgreSQL RPMs.

Crunchy provides a commercially supported version of these containers built upon RHEL 7 and the Crunchy supported PostgreSQL. Contact Crunchy for more details at http://www.crunchydata.com.

Examples

Various examples are provided in the /examples directory and described in the documentation for running Docker, Kubernetes, and Openshift examples..

See the following link for documentation on the Docker examples: docker-examples

To run the examples, you will need to set the CCP_IMAGE_TAG environment variable which indicates which version of the container you will pull down and execute, for example:

export CCPROOT=$HOME/crunchy-containers
export CCP_IMAGE_TAG=centos7-9.5-1.4.0

The CCPROOT is the location of where you cloned the containers github repository.

The CCP_IMAGE_TAG is the version of the container you want to test with. That version is out on Dockerhub.

crunchy-containers's People

Contributors

pvacca avatar xenophenes avatar crunchyjohn avatar konstantincodes avatar chrira avatar goby avatar prlaurence avatar

Watchers

James Cloos avatar Ndjido Ardo BAR avatar  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.