Docker cammands
docker exec -i CONTAINER sh -c 'cat > DESTINATION' < ORIGIN # like: docker exec -i tangible sh -c 'cat > /root/test.txt' < ./test.txt