On Thu, Jun 27, 2024 at 06:53:04PM +0800, mannywang(王永峰) wrote: > We have identified certain scenarios, such as interactions between > running Docker containers and their hosts, where there is currently > no suitable method to efficiently create shared memory areas. This > limitation arises due to the isolated nature of these environments > and the assumption that necessary path mappings may not have been > configured during Docker startup. What's wrong with shmget()?