Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catalina support #12

Open
MuschPusch opened this issue Nov 4, 2019 · 0 comments
Open

Catalina support #12

MuschPusch opened this issue Nov 4, 2019 · 0 comments

Comments

@MuschPusch
Copy link
Member

MuschPusch commented Nov 4, 2019

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

$ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant