Skip to content

Instantly share code, notes, and snippets.

@marcy-terui
Last active August 29, 2015 14:12
Show Gist options
  • Select an option

  • Save marcy-terui/6dfe4a631b149faaf003 to your computer and use it in GitHub Desktop.

Select an option

Save marcy-terui/6dfe4a631b149faaf003 to your computer and use it in GitHub Desktop.
docker execコマンドでHostからGuestへのファイル転送をする ref: http://qiita.com/Marcy/items/8a1ca41fd4e9e841816b
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