spiegel_podman/pkg/spec
Daniel J Walsh df99522c67
Fixes to handle /dev/shm correctly.
We had two problems with /dev/shm, first, you mount the
container read/only then /dev/shm was mounted read/only.
This is a bug a tmpfs directory should be read/write within
a read-only container.

The second problem is we were ignoring users mounted /dev/shm
from the host.

If user specified

podman run -d -v /dev/shm:/dev/shm ...

We were dropping this mount and still using the internal mount.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2018-12-24 09:03:53 -05:00
..
config_linux.go Allow users to specify a directory for additonal devices 2018-12-21 10:28:14 -05:00
config_unsupported.go spec: Make addPrivilegedDevices and createBlockIO per-platform 2018-07-06 00:48:40 +00:00
createconfig.go create pod on the fly 2018-12-03 15:49:17 -06:00
parse.go Invalid index for array 2018-12-21 09:25:25 -05:00
ports.go Spell check strings and comments 2018-05-25 08:45:15 +00:00
spec.go Fixes to handle /dev/shm correctly. 2018-12-24 09:03:53 -05:00
spec_test.go Swap default mount propagation from private to rprivate 2018-09-13 21:35:44 +00:00