Skip to content

unixvoid/redis-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

unixvoid/redis

This project is intended to be a small redis image for production use.
To build the image, we actually take the binary and a single shared object from alpine linux.

  • to build this image without building (pulls root filesystem from binder), issue the following
    • make bootstrap
    • make docker
  • to build this image, building the filesystem from scratch, issue the following
    • make binary rootfs
    • make docker

About

Minimal docker container for Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published