TritonDataCenter / sdc-docker

Docker Engine for Triton
Mozilla Public License 2.0
182 stars 49 forks source link

TRITON-2077 docker cp should support parallel file copying #147

Closed twhiteman closed 4 years ago

twhiteman commented 4 years ago

This essentially wraps the docker cp code paths with a CNAPI waitlist ticket, to avoid running multiple docker copy operations at the same time.

I also added more docker copy funky filename tests (for things that were previously failing - like single quotes and dollar sign handling), and the ability to run these tests in parallel (for both stopped and running containers) - previously they only ran sequentially.