MISP-dockerized-redis¶
Supported Tags and Respective Dockerfile
Links¶
- [
5-alpine3.9-dev
][5]
Quick reference¶
- Where to file issues:
https://github.com/DCSO/MISP-dockerized-redis/issues - Maintained by:
DCSO - Supported Docker versions:
The latest release
Project Information¶
Travis Master | |
Docker Size & Layers | |
Latest Docker Version | |
Commit for Latest Docker Version |
How to Use This Image¶
Using With docker-compose
¶
services:
### MISP-Robot ###
misp-redis:
image: dcso/misp-dockerized-redis:${MISP_REDIS_TAG}
container_name: misp-redis
networks:
misp-backend:
aliases:
- misp-redis
Using With docker run
¶
docker run \
--name misp-redis \
image: dcso/misp-dockerized-redis \
Documentation¶
You can also find the Dockerfile at Github.com.
License¶
View license information for the software contained in this image.
As with all Docker images, these likely also contain other software that may be under other licenses (such as Bash, etc., from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
As for any pre-built image usage, it is the image user’s responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.