I have a container, and i have a json file where is some information to start my api.
The problem is that i need to deploy mutiple container with different json file
So here is my question as we do the COPY in dockerfile is there a way to copy a file into the container on the docker run.
The use of secret is not possible because my client doesn't want to use swarm.
Thanks for reading