Good afternoon,
I am developing an app in BaseSpace and I am sending some tests from the Input Form to a local Agent. While executing the Docker container, I get an error:
2022-03-17 14:42:59.939 [INFO ] - Starting application container (attempt 1).
2022-03-17 14:43:00.450 [ERROR] - Error starting application container: error while creating mount source path '/genomes': mkdir /genomes: file exists
Why it keeps throwing this error? I don't create this directory when building the Docker image, so in the image this directory doesn't exist.
Thanks in advance,
Andreu