mirror of
https://github.com/apple/container.git
synced 2026-07-12 04:27:05 +00:00
df35f79ae0
- Replace `URL` with `FilePath` in `container copy` (#1557). In addition, make `copyIn`/`copyOut` API to use `String` for path as we need to preserve the trailing slash to the `LinuxContainer.copy`---i.e., this trailing slash is used in `LinuxContainer.copy` to determine copy behavior.