April 2017
Beginner
404 pages
9h 30m
English
The previous Dockerfile contains all the basic setup to create a Redis container image for Windows. The following commands build a Redis image and create a Windows Container. The same image can also be used to create a Hyper-V Container by using the -isolation option.
docker build -t learningwsc/redis-server .
Read now
Unlock full access