-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
experience reportTell us about your experiences using Podman on FreeBSDTell us about your experiences using Podman on FreeBSDquestionFurther information is requestedFurther information is requested
Description
How do we enable shared memory inside freebsd podman containers?
I've tried setting the following in /usr/local/etc/containers/container.conf to various options with no effect:
ipcns = "shareable"
I've also tried setting the flag --shm-size 1g for buildah bud and podman run, where output of podman inspect cntid confirms:
"ShmSize": 1073741824,
however applications like postgresql won't work inside a freebsd podman container because:
FATAL: could not create shared memory segment: Function not implemented
DETAIL: Failed system call was shmget(key=2, size=56, 03600).
Where's the correct place to raise this question? Bugreport for podman/ocijail packages, or somewhere else for the base freebsd container itself?
Metadata
Metadata
Assignees
Labels
experience reportTell us about your experiences using Podman on FreeBSDTell us about your experiences using Podman on FreeBSDquestionFurther information is requestedFurther information is requested