Skip to content

How to run Redis using Docker for this project#3

Description

@Martik2002

馃敡 How to Run Redis Using Docker

To run Redis locally using Docker and connect it with this project, follow these steps:

1. Make sure Docker is installed

If you don't have Docker installed, download it from:
馃憠 https://www.docker.com/products/docker-desktop/


2. Run Redis container

You can run Redis with the following simple Docker command:

docker run -d --name redis-cache -p 6379:6379 redis

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions