공부
[Docker] docker cp {from} {to}
승가비
2022. 7. 19. 21:54
728x90
https://stackoverflow.com/questions/22907231/how-to-copy-files-from-host-to-docker-container
How to copy files from host to Docker container?
I am trying to build a backup and restore solution for the Docker containers that we work with. I have Docker base image that I have created, ubuntu:base, and do not want have to rebuild it each t...
stackoverflow.com
docker cp foo.txt container_id:/foo.txt
docker cp container_id:/foo.txt foo.txt
728x90