Как и Копирование файлов с хоста на контейнер Docker, кроме docker cp
, похоже, не работает для нескольких файлов
$ docker cp data/a.txt sandbox_web_1:/usr/src/app/data/
работает нормально, но
$ docker cp data/*txt sandbox_web_1:/usr/src/app/data/
docker: "cp" requires 2 arguments.
See 'docker cp --help'.
Usage: docker cp [OPTIONS] CONTAINER:SRC_PATH DEST_PATH|-
docker cp [OPTIONS] SRC_PATH|- CONTAINER:DEST_PATH
Copy files/folders between a container and the local filesystem
Use '-' as the source to read a tar archive from stdin
and extract it to a directory destination in a container.
Use '-' as the destination to stream a tar archive of a
container source to stdout.
Использование докера 1.11.1 на Ubuntu 14.04x64