mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +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
|
||||
|
||||
# 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 tmpfs tmpfs /run -o nodev,nosuid,noexec,relatime,size=10%,mode=755
|
||||
|
Loading…
Reference in New Issue
Block a user