docker run --rm \ -v :/from \ alpine ash -c "cd /from ; tar -cf - . " | ssh 'docker run --rm -i -v :/to alpine ash -c "cd /to ; tar -xpvf - " '