https://github.com/ridedott/redis-emulator-docker
Redis emulator Docker image to be used for testing.
https://github.com/ridedott/redis-emulator-docker
swe terraformed
Last synced: 4 months ago
JSON representation
Redis emulator Docker image to be used for testing.
- Host: GitHub
- URL: https://github.com/ridedott/redis-emulator-docker
- Owner: ridedott
- Created: 2024-04-19T13:47:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T08:30:36.000Z (about 2 years ago)
- Last Synced: 2024-05-28T17:17:49.269Z (about 2 years ago)
- Topics: swe, terraformed
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# redis-emulator
Redis emulator Docker image to be used for testing.
## Usage
### From GitHub Packages Registry
```bash
docker pull ghcr.io/ridedott/redis-emulator:latest
docker run ridedott/redis-emulator:latest
```
## Getting Started
These instructions will get you an instance of the Redis
emulator running on your local machine for testing purposes.
### Prerequisites
Minimal requirements to set up the project:
- [Docker](https://docs.docker.com/install/)
- Make sure to
[authenticate to Github Package registry](https://help.github.com/en/articles/configuring-docker-for-use-with-github-package-registry#authenticating-to-github-package-registry).
### Building
```bash
docker build .
```
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md).
## Built with
### Automation
- [GitHub Actions](https://github.com/features/actions)