Closed dmd closed 2 years ago
If the docker container is run with no arguments, a confusing error message is given.
$ docker run fredericklab/rapidtide:latest Running in cloud mode but outside AWS is not supported.
This is because mount-and-run calls the exec with no arguments, so we don't bail out and the script continues.
mount-and-run
I will fix this shortly.
If the docker container is run with no arguments, a confusing error message is given.
This is because
mount-and-run
calls the exec with no arguments, so we don't bail out and the script continues.