What is the best way to add the secrectless.yml file to the docker container?

Hi LouisLouisLouL:

Can you try copying the secretless.yml file to your current directlry, and running the docker run ... command with the volume mount option -v ./secretless.yml:/secretless.yml? e.g.:

docker run --network host -it -v ./secretless.yml:/secretless.yml cyberark/secretless-broker -debug

This option should map the secretless.yml in the currentl directory to the root path (’/’) in your container.

1 Like