cirruslabs / orchard

Orchestrator for running Tart Virtual Machines on a cluster of Apple Silicon devices
Other
192 stars 15 forks source link

Use os.MkdirAll instead of os.Mkdir to create Orchard's home directory #96

Closed edigaryev closed 1 year ago

edigaryev commented 1 year ago

Otherwise the Docker container fails to start:

% docker run -it --rm ghcr.io/cirruslabs/orchard:0.9.0       
2023/06/26 15:18:56 failed to retrieve Orchard's home directory path: cannot create directory /data/.orchard: mkdir /data/.orchard: no such file or directory