mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
Do not make directories
These should now be in the image. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
decbd727d4
commit
515b25d518
@ -1,8 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# mount filesystems
|
# mount filesystems
|
||||||
mkdir -p -m 0755 /proc /run /tmp /sys /dev
|
|
||||||
|
|
||||||
mount -n -t proc proc /proc -o nodev,nosuid,noexec,relatime
|
mount -n -t proc proc /proc -o nodev,nosuid,noexec,relatime
|
||||||
|
|
||||||
mount -n -t tmpfs tmpfs /run -o nodev,nosuid,noexec,relatime,size=10%,mode=755
|
mount -n -t tmpfs tmpfs /run -o nodev,nosuid,noexec,relatime,size=10%,mode=755
|
||||||
|
Loading…
Reference in New Issue
Block a user