Skip to content

Instantly share code, notes, and snippets.

@khaliqgant
Created May 5, 2022 07:19
Show Gist options
  • Save khaliqgant/ef4797c8e1fae2b8bfb00496b1fc696b to your computer and use it in GitHub Desktop.
Save khaliqgant/ef4797c8e1fae2b8bfb00496b1fc696b to your computer and use it in GitHub Desktop.
[Docker CP] Copy Files from container/host #docker
# 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