Currently, when I create a new docker container, the shared memory directory size is limited to 64 MB. But I need to increase this size as my application depends on this shared memory. Is there a way to increase the size of / dev / shm in the docker container? I heard that 64 MB is hard-coded in docker code, how to install docker from source and change the value of / dev / shm?
source
share