February 2018
Intermediate to advanced
456 pages
9h 56m
English
In your terminal, execute the following:
$ docker run -d -p 6379:6379 --name redis redis
This will start a Redis container with the following setup:
You can check that your new Redis container is running by executing:
$ docker ps
Read now
Unlock full access