You could just use docker cp
instead of docker exec
and cp
inside, but there is a better solution which I never remember.
This way Docker does its job
Share and learn in the Docker community.
You could just use docker cp
instead of docker exec
and cp
inside, but there is a better solution which I never remember.
This way Docker does its job