Files
docker-cli/components/engine/integration-cli
Daniel J Walsh 3e0fab4d2e /dev should not be readonly with --readonly flag
/dev is mounted on a tmpfs inside of a container.  Processes inside of containers
some times need to create devices nodes, or to setup a socket that listens on /dev/log
Allowing these containers to run with the --readonly flag makes sense.  Making a tmpfs
readonly does not add any security to the container, since there is plenty of places
where the container can write tmpfs content.

I have no idea why /dev was excluded.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Upstream-commit: 5f3bd2473ee2a1b9f37ba0130e934133d0e01f89
Component: engine
2017-11-02 10:28:51 -04:00
..
2017-08-30 13:13:18 -04:00
2017-08-22 17:15:26 -04:00
2017-09-15 16:01:15 +02:00
2017-08-25 12:07:30 -04:00
2017-10-07 00:10:24 +08:00
2017-07-03 13:13:09 -07:00
2017-09-15 16:01:15 +02:00
2017-09-15 16:01:15 +02:00
2017-09-14 19:27:09 +02:00
2017-08-25 12:07:30 -04:00