-
Notifications
You must be signed in to change notification settings - Fork 58
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
docker-compose up does not work on Mac #174
Comments
Please could you try the following command:
Thanks |
thanks for the prompt answer. I got this error now. Cannot start service isard-database: error while creating mount source path '/etc/localtime': mkdir /etc/localtime: file exists Is there any modification to the docker-compose.yaml to avoid the need to replace this file? |
Do you have /etc/localtime in your host? |
yes. I tried to rename the existing file, but some running apps start complaining. |
So, please, could you try to run the following command?
|
nope :-( Here is the error Creating isard-database ... error Creating isard-hypervisor ... error ERROR: for isard-hypervisor Cannot start service isard-hypervisor: error while creating mount source path '/etc/localtime': mkdir /etc/localtime: file exists ERROR: for isard-database Cannot start service isard-database: error while creating mount source path '/etc/localtime': mkdir /etc/localtime: file exists ERROR: for isard-hypervisor Cannot start service isard-hypervisor: error while creating mount source path '/etc/localtime': mkdir /etc/localtime: file exists |
Please, could you try my new yml runing the following commands?
|
With your command the error is the same Then I tried with the absolute link sudo TAG=latest LOCALTIME=/private/var/db/timezone/zoneinfo/Europe/Rome docker-compose up -d getting Cannot start service isard-database: error while creating mount source path '/private/var/db/timezone/zoneinfo/Europe/Rome': mkdir /private/var/db/timezone/zoneinfo: file exists |
:( Please take a look at docker/for-mac#2396 |
TAG variable no more needed after #175 was merged |
being a side project, I had time only in these days to have a look. Anyway, investigating all the solutions that have been proposed, the only one working for me is docker/for-mac#2396 (comment) Not that elegant, but at least isardvdi starts. I think the issue can be closed. Thanks for the nice support |
Thank you too! |
I am trying to run your nice tool on a macbook but, while the “docker-compose pull” command perfectly works, when I run the composition with “docker-compose up -d” command I got the following error
WARNING: The TAG variable is not set. Defaulting to a blank string.
Creating volume "isardvdi_sshkeys" with default driver
ERROR: no such image: isard/hypervisor:: invalid reference format
Any suggestion?
Thanks
The text was updated successfully, but these errors were encountered: