Docker: in memory file system
问题 I have a docker container which does alot of read/write to disk. I would like to test out what happens when my entire docker filesystem is in memory. I have seen some answers here that say it will not be a real performance improvement, but this is for testing. The ideal solution I would like to test is sharing the common parts of each image and copy to your memory space when needed. Each container files which are created during runtime should be in memory as well and separated. it shouldn't