When the docker is opened (command 2 in the [user interface document])(https://github.com/ActiveBrainAtlas/MouseBrainAtlas_dev/blob/master/doc/docker/README.md)
source run_docker.sh $DATA_DIRECTORY
There are two problems:
- The directory path needs to be typed in, if typed incorrectly, there is no indication in the interface.
- It is not known whether there is enough space on the disk to store the new images.
A possible solution to 1 would be to open a file browser in the UI, the user will then select the directory from the browser.
For problem 2, the solution would be to display the space on disk.
When the docker is opened (command 2 in the [user interface document])(https://github.com/ActiveBrainAtlas/MouseBrainAtlas_dev/blob/master/doc/docker/README.md)
source run_docker.sh $DATA_DIRECTORYThere are two problems:
A possible solution to 1 would be to open a file browser in the UI, the user will then select the directory from the browser.
For problem 2, the solution would be to display the space on disk.