UnionPOS / docker-redis

RedisLabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Redis

Dockerfile for Redis server

Quick Start

Here's how to get started...

  1. ensure you have a baseline configuration
  2. git clone https://github.com/UnionPOS/docker-redis to pull down the repository
  3. make init to initialize the build-harness

Usage

Building the image

make build

Running the container

make run

Running the container (interactive mode)

make it

References

For additional context, refer to some of these links.

  • Docker - Docker Documentation

Contributing

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or file feature requests.

Developing

PRs are welcome. We follow the typical "git-flow" Git workflow.

  1. Clone the project to your own machine
  2. Commit changes to your own branch
  3. Push your work back up to your fork
  4. Submit a Pull Request so that we can review your changes

NOTE: Be sure to merge the latest upstream changes before making a pull request!

About

RedisLabs


Languages

Language:Dockerfile 68.8%Language:Makefile 20.8%Language:Shell 10.4%