How to optimize performance for a docker container?
I tested redis container based on. https://index.docker.io/u/dockerfile/redis/ With same redis-benchmark, redis-server runs inside a container much slower, than run on hosted OS, the actual statistics shown below. ( The first benchmark is for a docker container ) So, is there a way to optimize the performance for a docker container? vagrant@precise64:/tmp$ redis-benchmark -p 49153 -q -n 100000 PING (inline): 5607.27 requests per second PING: 6721.79 requests per second MSET (10 keys): 6085.69 requests per second SET: 6288.91 requests per second GET: 6627.78 requests per second INCR: 6454.11