Created
May 5, 2022 07:19
-
-
Save khaliqgant/ef4797c8e1fae2b8bfb00496b1fc696b to your computer and use it in GitHub Desktop.
[Docker CP] Copy Files from container/host #docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# host to container | |
docker cp 2020-5-5-11-19.bak unruffled_khayyam:/var/opt/mssql/data/ | |
# container to host | |
docker cp awesome_davinci:/var/opt/mssql/data/202048-12-28-43.bak . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment