Docker Flashcards
1
Q
COPY command
A
copies from host file system to container filesystem
2
Q
where on the host do docker VOLUME mounts appear by default
A
On *NIX based systems, like here: /var/lib/docker/volumes/8e0b3a9d5c544b63a0bbaa788a250e6f4592d81c089f9221108379fd7e5ed017/_data/ - [https://blog.container-solutions.com/understanding-volumes-docker]