Choice of installation target and instance on Plone via Docker

Hello community,
When I run the UnifiedInstaller script like this:
C: \ Plone-5.2.1-UnifiedInstaller-r2> windows_install.bat standalone --password = XXXXXXXXXX --target = E: \ Plone52 --instance = E: \ Plone52 \ zinstance
How can I translate it through Plone via Docker by specifying the installation directory as below?
Assuming that I have for example: docker run -p 8080: 10080 -e SITE = "Plone" plone: 5.2.1.
How to indicate the installation target and instance on a partition in Windows?
Thanks in advance.