xxxxxxxxxx
docker cp "D:\Study_M\The Ultimate Docker Course\Section-4\01-web-app-react\react-app" 3ea54140d386:/home/project
|| ||
"The Path we want to copy from" container_id:destination-directory-of-container
docker cp 3ea54140d386:/home/project/react-app "D:\Study_M\The Ultimate Docker Course\Section-4\01-web-app-react\react-app-2"
|| || ||
-- container_id:directory_we_want_to_copy_from "Destination_Path_in_Windows"