Files
linuxkit/alpine/etc/fstab
Justin Cormack 398ade787e Mount /run as shared
This is needed for volume drivers as they will mount their
volumes under here, and if they are running in a container
docker on the host will need to see these.

Also provide our own fstab, removes the media devices that were
there previously.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-08-09 11:46:08 +01:00

2 lines
70 B
Plaintext

tmpfs /run tmpfs defaults,nodev,relatime,size=10%,mode=755,shared 0 0