You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ nfsd checkexports # should return no error
$ cd project/SomeProject
$ phab -cmbb docker run # will result in an error like this
$ docker volume rm someProject_nfs```
To run volume rm you first have to
$ docker-compose down --volumes
$ docker volume rm someProject_nfs
$ phab -cmbb docker run # will work if you have no mysql container (See issue below)
First question does anybody know if it's possible to update the '"device" driver_opt'? To remove the volume hustle.
The text was updated successfully, but these errors were encountered:
https://github.com/factorial-io/multibasebox/tree/docker-for-mac-catalina fixes the NFS issues introduced by the moved /Users directory in Catalina.
Run ./docker-setup.sh
$ nfsd checkexports # should return no error
$ cd project/SomeProject
$ phab -cmbb docker run # will result in an error like this
First question does anybody know if it's possible to update the '"device" driver_opt'? To remove the volume hustle.
The text was updated successfully, but these errors were encountered: