Files
podman/pkg
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
..
2018-03-27 21:55:33 +00:00
2018-09-05 13:48:20 +00:00
2018-07-27 02:48:16 +00:00
2017-11-01 11:24:59 -04:00
2018-12-24 09:03:53 -05:00
2018-12-19 13:36:11 -05:00