Skip to content

attach strategies file to the jaeger-all-in-one docker run command option to run locally on mac #4604

Answered by yurishkuro
AshokVardhanM asked this question in Q&A
Discussion options

You must be logged in to vote

Containers do not have access to your host file system by default, you need to mount a volume to map a host directory to some path within the container file system, and then refer to the file path within that container file system

docker run -v <host_directory>:<container_directory> <image>

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@AshokVardhanM
Comment options

Answer selected by AshokVardhanM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants