Replacing Docker Container Files #55
-
We have Problems with the Kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
-
We have Problems with the Kind regards |
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
put_files_in_my_container.sh
should replace the files in the destination. Can you give a bit more information on what you did. Maybe you can post the line of core you ran, and show the terminal output/result.The
put_files_in_my_container.sh
is actually just a wrapper around thedocker cp
command. Alternatively you can use thedocker cp
command directly https://docs.docker.com/engine/reference/commandline/cp/