Skip to content

Commit 2d59e9f

Browse files
authored
Merge pull request #37 from JannieT/patch-1
Fixed the thing
2 parents 90d8d14 + 3f4a449 commit 2d59e9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

specs/docker/copy_files_from_a_host_to_a_docker_container.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Copy files from a host to a docker container
3-
command: "docker cp {{container_id}}:/{{container_filepath}} {{local_file_path}}"
3+
command: "docker cp {{local_file_path}} {{container_id}}:/{{container_filepath}}"
44
tags:
55
- docker
6-
description: Copies a file (or multiple files) from a container to the host machine.
6+
description: Copies a file (or multiple files) from a host machine to a container.
77
arguments:
88
- name: container_id
99
description: The container ID of the docker container.

0 commit comments

Comments
 (0)