docker redisでの永続化設定を理解する $ docker run --name some-redis -d redis redis-server --save 60 1 --loglevel warning https://hub.docker.com/_/redis# ...