Sign inSign up

training/dc_redis

By training

Updated almost 7 years ago

Image
0

332

training/dc_redis repository overview

kludgy hacks to get redis running in a container on ws19.

base: stood up a severcore image and:

Invoke-WebRequest -Uri https://github.com/MSOpenTech/redis/releases/download/win-3.2.100/Redis-x64-3.2.100.zip -OutFile 'redis.zip';
Expand-Archive redis.zip -DestinationPath C:\Redis;
(Get-Content C:\Redis\redis.windows.conf) -Replace '^(bind)\s+.*$', '$1 0.0.0.0'  -Replace '^(protected-mode)\s+.*$', '$1 no'  | Set-Content C:\Redis\redis.docker.conf

saved that as an image and used it as the base for :ws19, see https://github.com/docker-training/orchestration-workshop-net/tree/ee3.0-ws19/redis

Tag summary

Content type

Image

Digest

Size

2.1 GB

Last updated

almost 7 years ago

docker pull training/dc_redis:base