The parameter for copy-file-to-container! is container-path not host-path. (#64)
This commit is contained in:
parent
25d1ba491b
commit
100a938250
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ Copies a file from your filesystem or classpath into the running container
|
|||
| `container-config`| Map, mandatory | Return value of the `create` function |
|
||||
| Second parameter: | | |
|
||||
| `:path` | String, mandatory | Path to a classpath resource *or* file on your filesystem |
|
||||
| `:host-path` | String, mandatory | Path, to which the file should be copied |
|
||||
| `:container-path` | String, mandatory | Path, to which the file should be copied |
|
||||
| `:type` | Keyword, mandatory | `:classpath-resource` or `:host-path` |
|
||||
|
||||
#### Result:
|
||||
|
|
|
|||
Loading…
Reference in a new issue