Wednesday

Copy files to docker & vice versa

docker cp foo.txt mycontainer:/foo.txt
docker cp mycontainer:/foo.txt foo.txt