I’m not able to start up my swarm with docker compose. The mount is failing – what I don’t understand is the path used for the mount. ‘/host_mnt’ does not exist on my system. Is it supposed to ?
Also, what’s up with the debug messages ? is that the normal format ?
Thanks in advance for any help
% docker compose --verbose up
DEBU[0000] Enabled Docker Desktop integration (experimental) @ unix:///Users/blackstrype/Library/Containers/com.docker.docker/Data/docker-cli.sock
Attaching to confluence-1, gtask-1
Gracefully stopping... (press Ctrl+C again to force)
DEBU[0000] otel error error="<nil>"
[+] Stopping 2/0
✔ Container my-proj-gtask-1 Stopped 0.0s
✔ Container my-proj-confluence-1 Stopped 0.0s
DEBU[0000] otel error error="<nil>"
Error response from daemon: error while mounting volume '/var/lib/docker/volumes/my-proj_data/_data': failed to mount local volume: mount /host_mnt/Users/blackstrype/Documents/my-proj/data:/var/lib/docker/volumes/my-proj_data/_data, flags: 0x1000: no such file or directory
Note: I’ve just very recently upgraded my Docker Desktop version
Docker Compose version v2.29.2-desktop.2
System Version: macOS 14.6.1 (23G93)