Omnition / synthetic-load-generator

Generates synthetic operational load (traces, metrics, logs, events) simulating a microservice-based app.
Apache License 2.0
68 stars 35 forks source link

Copy topologies directory structure instead of flat list #16

Closed sjkaris closed 5 years ago

sjkaris commented 5 years ago

Docker has some very weird behavior on copying files with the COPY command in which COPY dir/* /tmp/ will not copy the directory structure but instead a flat list of all the files under that dir...

for a good time see https://github.com/moby/moby/issues/15858

Testing Done: locally