Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Handle symlinks on build/projects path #26

Open
agis opened this issue Apr 12, 2018 · 0 comments
Open

Handle symlinks on build/projects path #26

agis opened this issue Apr 12, 2018 · 0 comments
Labels
bug Something isn't working server wontfix This will not be worked on
Milestone

Comments

@agis
Copy link
Contributor

agis commented Apr 12, 2018

Currently, if data_path is a symlink, docker on Mac complains with:

$ ./mistry-cli build --host localhost --project simple
2018/04/12 13:21:47 Error creating job: Error building {project=simple params=map[] group= id=3dc923b}: work: could not start docker container; Error response from daemon: invalid mount config for type "bind": bind source path does not exist
, http code: 500

This is due to docker/for-mac#1298.

We should resolve symlinks after reading the configuration, and update it accordingly before booting the server.

@agis agis added the bug Something isn't working label Apr 12, 2018
@agis agis added this to the 1.0 milestone Apr 12, 2018
@agis agis added the server label Apr 12, 2018
@agis agis added the wontfix This will not be worked on label Nov 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working server wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant