mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
Fix mountpoint for mac
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
1674534757
commit
9e18a0ae4c
@ -14,7 +14,7 @@ start() {
|
||||
mkdir -p /Database
|
||||
mount -t tmpfs tmpfs /Database
|
||||
mkdir -p /mnt/db
|
||||
mount -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 db /tmp/db
|
||||
mount -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 db /mnt/db
|
||||
[ $? -ne 0 ] && rm -rf /Database && printf "Could not mount configuration database\n" 1>&2 && eend 1
|
||||
cp -a /mnt/db/branch/master/ro/com.docker.driver.amd64-linux/* /Database
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user