I have a Bionic Beaver VirtualBox image (.vdi) that I want to mount to Docker Machine. I’m running a Windows 10 Home edition. I want to write a Dockerfile to build a C++ file I have on that VM and run the application. The app files are the same as the ones I’ve linked the GitHub repo for in the Windows section of this forum: https://github.com/DragonOsman/currency_converter .
I’m trying to follow this tutorial to learn how to write Dockerfiles. I’ll want to ask again if I run into problems after successfully mounting the aforementioned VM image.