mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Merge pull request #1109 from justincormack/mac-mount-fix
Fix mountpoint for mac
This commit is contained in:
commit
6ed82e06d0
@ -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