knowledge base

Redis

How to run docker on top of docker

docker run -p 6379:6379 -d redis

#redis #database