I am using docker to run a file hosting server. It has a web interface so I am assuming some sort of apache or nginx is involved. Docker is running on Windows 10 and it is emulating ubuntu either 18 or 19.
So my question is if I want to install an SSL certificate on the web server. Is that located somewhere in the VM, or is it being run on the surface OS (Windows).
If its being run on the VM, is there an easy way to mount the VM image and browse the files from Windows?
Thanks in advance!