【Docker】ホストとコンテナ間でファイルのコピー

security

コンテナからホストへのコピー

$ docker cp コンテナID:/tmp/sample.txt ./

ホストからコンテナへのコピー

$ docker cp sample.txt コンテナID:/tmp