faro-web-sdk icon indicating copy to clipboard operation
faro-web-sdk copied to clipboard

demo fails to run - agent container failing to mount volume

Open danstadler-pdx opened this issue 2 years ago • 2 comments

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

Screen Shot 2023-04-17 at 2 57 43 PM

danstadler-pdx avatar Apr 17 '23 21:04 danstadler-pdx

Same error here. Seems like patch mentioned here fixes the problem but was not applied in code

Juanlu-bf avatar Mar 13 '24 10:03 Juanlu-bf

This is still happening.

I'm on windows 11 and have 108fd2cbd0ff73398599bb87a020215c170e07b9 as the current commit

jonoabroad avatar Apr 18 '24 00:04 jonoabroad