faro-web-sdk
faro-web-sdk copied to clipboard
demo fails to run - agent container failing to mount volume
Description
following the demo steps (on https://github.com/grafana/faro-web-sdk/tree/main/demo):
docker compose --profile demo up -d
, most of the containers look like they have booted, but the last message in the output is this:
Container faro-web-sdk-agent-1 Creating 0.2s
Error response from daemon: failed to mount local volume: mount /host_mnt/Users/danstadler/Documents/code/faro-web-sdk/demo/logs:/var/lib/docker/volumes/faro-web-sdk_demo_demo_logs/_data, flags: 0x1000: no such file or directory
Steps to reproduce
Clone the repo, head to the demo page (https://github.com/grafana/faro-web-sdk/tree/main/demo)
start docker
run the supplied docker-compose command
https://github.com/grafana/faro-web-sdk/tree/main/demo
watch docker-compose output
Expected behavior
All containers run without mount problems
Actual behavior
Not all containers run without mount problems
Environment
- Device type: Macbook Pro
- OS: OSX 12.6 with Docker Desktop
Demo
Same error here. Seems like patch mentioned here fixes the problem but was not applied in code
This is still happening.
I'm on windows 11 and have 108fd2cbd0ff73398599bb87a020215c170e07b9 as the current commit