Can I make a folder in my E: drive accessible to a container?

I’m getting started with Docker, and currently all my source files are located in E:/Development/Web/, and I was wondering if I can make that accessible to a container. I’ve seen that Docker auto-mounts me my C:/Users folder, but I don’t see any way to mount a different folder.

My current setup is just the normal default Docker VM in Virtual box, and an images I’ve built, which is basically just Ubuntu with Apache2 installed.

If you need any other information just let me know and I’ll add it in