I know this is not ideal, but this is only for the network simulator. We could change the docker-compose.yml, but since we're not using any script to drive the simulation, the user will then have to copy the log files manually.
In the interop runner I change the docker-compose.yml, and we run the docker cp from the python script then.
I know this is not ideal, but this is only for the network simulator. We could change the docker-compose.yml, but since we're not using any script to drive the simulation, the user will then have to copy the log files manually. In the interop runner I change the docker-compose.yml, and we run the
docker cp
from the python script then.