Coder Social home page Coder Social logo

jen20 / docker-foundationdb Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 3 KB

Packer template for building a FoundationDB Docker image intended for integration testing.

Home Page: https://hub.docker.com/r/jen20/foundationdb/

License: MIT License

Shell 100.00%

docker-foundationdb's Introduction

docker-foundationdb

This repository contains the source files used to build the jen20/foundationdb image available on Docker Hub.

The image is built using the Packer builder for Docker, rather than a Dockerfile.

The image is intended for simplifying integration testing, not for production use. If running under Docker for Mac, please note that the default VM has 2GB of RAM, and FoundationDB issues a warning if less than 4GB available. For low-volume integration testing I have not found this to be an issue, and the machine started by Docker for Mac is easily resized via the preferences.

Usage

To run a container based on the image, use:

docker run jen20/foundationdb

The database engine is exposed on port 4500. The fdbcli client is included in the image, so if you have a running container with the server, you can use docker exec to get a local client if you do not have it available locally:

# Start server
docker run jen20/foundationdb

# Find container ID of server
docker exec -it $(docker ps -l -q) fdbcli

Acknowledgements

This work is based on the work done by Chr1st0ph in the docker-foundationdb, though it is anticipated that this will diverge beyond simply replacing the Dockerfile with Packer as this image grows support for TLS in future.

Consequently, this repository is under the same MIT license as Chr1st0ph/docker-foundationdb.

docker-foundationdb's People

Contributors

jen20 avatar

Watchers

James Cloos 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.