-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
I updated my host to MacOS 10.14.
my config:
{
"provider": "docker-machine",
"ci-mode": false,
"ci-sync-verbose": false,
"mount-type": "native",
"netfs-mount-opts": "",
"cpus": 4,
"ram": 4,
"disk": 102400,
"external-network-space": "192.168.99.50/24",
"docker-machine-network-space": "172.21.0.1/16",
"native-network-space": "172.20.0.1/16",
"ssh-key": "default",
"ssh-encrypted-keys": false,
"anonymous": false,
"lock-port": 12345
}
with this setup, i got a read-only file systems.
If i switch to mount-type: netfs the error is:
Preparing environment :
! Mounting codebase
! Mounting codebase
! Mounting codebase
! Mounting codebase
! Mounting codebase
Error : failed to add share open /etc/exports: operation not permitted
Context : failed to setup env mounts -> failed to mount the code share on the provider -> failed to add share
kolya182, puruzio, BryanJBryce and Jonathan002
Metadata
Metadata
Assignees
Labels
No labels