You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've read about issue #1543 but I still have an issue. Starting Jaeger 1.13 with badger in ephemeral mode on works OK. but when deactivating the mode and try to pass local folders for the key and the data, here is what I get:
I tried changing folder location, putting both DATA and KEY in the same folder etc. without success. I'm running Docker on windows 10. My command: docker run -p 16686:16686 -p 6831:6831/udp -v C:\dev\projects\other\docker-storage\badger-jaeger:/badger --name jaeger -d -e SPAN_STORAGE_TYPE=badger -e BADGER_EPHEMERAL=false -e BADGER_DIRECTORY_VALUE=/badger/data -e BADGER_DIRECTORY_KEY=/badger/key jaegertracing/all-in-one:1.13
The text was updated successfully, but these errors were encountered:
I've read about issue #1543 but I still have an issue. Starting Jaeger 1.13 with badger in ephemeral mode on works OK. but when deactivating the mode and try to pass local folders for the key and the data, here is what I get:
I tried changing folder location, putting both DATA and KEY in the same folder etc. without success. I'm running Docker on windows 10. My command:
docker run -p 16686:16686 -p 6831:6831/udp -v C:\dev\projects\other\docker-storage\badger-jaeger:/badger --name jaeger -d -e SPAN_STORAGE_TYPE=badger -e BADGER_EPHEMERAL=false -e BADGER_DIRECTORY_VALUE=/badger/data -e BADGER_DIRECTORY_KEY=/badger/key jaegertracing/all-in-one:1.13
The text was updated successfully, but these errors were encountered: