Sign inSign up

technoboggle/redis-alpine

By technoboggle

Updated about 2 years ago

A lightweight Redis server container. Intended for use as part of my greater development stack.

Image
0

3.3K

technoboggle/redis-alpine repository overview

Known Vulnerabilities

[Technoboggle Rules]

[Docker Automated Build] Docker Pulls Docker Stars Docker Image Size

Github stars Github forks Github issues Github last-commit

Redis Alpine

This repository contains code to build a container image for Redis using Alpine Linux as the base image.

Prerequisites

Getting Started

To retrieve and run a container based on the images created by the code in this repository, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Technoboggle/redis-alpine.git
    
  2. Build the Docker image:

    docker build -t redis-alpine .
    
  3. Run the Docker container:

    docker run -d --name redis-container redis-alpine
    

License

This project is licensed under the MIT License.

Tag summary

Content type

Image

Digest

sha256:db6da1afa

Size

87.9 MB

Last updated

about 2 years ago

docker pull technoboggle/redis-alpine