Skip to content

Instantly share code, notes, and snippets.

@hirokts
Created March 22, 2018 04:22
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hirokts/35e87d9a4c44252e29f179cf915ac7ef to your computer and use it in GitHub Desktop.
Save hirokts/35e87d9a4c44252e29f179cf915ac7ef to your computer and use it in GitHub Desktop.
docker-composeで特定のコンテナの中のファイルをホスト側にコピーする
docker cp `docker-compose ps -q service_name`:/path_in_container/to/file.txt /path_in_host/to/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment