Last active
August 29, 2015 14:12
-
-
Save marcy-terui/6dfe4a631b149faaf003 to your computer and use it in GitHub Desktop.
docker execコマンドでHostからGuestへのファイル転送をする ref: http://qiita.com/Marcy/items/8a1ca41fd4e9e841816b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd /path/to/host/target && tar cf - ./ | docker exec -i container_id tar x -C /path/to/guest/target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment