Problem/Justification
When adding a docker app and using host path for storage one has to remember to precreate the folder under the dataset by hand, there is AFAIK no way to do this in the UI, so one needs to then shell in and create by hand
Impact
this would reduce friction while adding host paths during app install
User Story
When adding a docker app and adding the host path either the wizard would auto create a directory for the app being added or an add new directory button would allow a sub0dir to be created.
For example, in the image bellow I have a container-app-dir where i want to have subfolders for each app, yes i could remember to go to SSH first and create them, but would be very convenient to do here, esp. for users who i don’t want to give ssh too…