Home
> I Already Installed Docker Toolbox On My Windows 7 Pro Pc, How Do I Pass A Certain Application To Run Under A Docker Container?
Question
I already installed Docker Toolbox on my Windows 7 Pro PC, how do I pass a certain application to run under a Docker container?
Reply
Let me tell you that Docker does not work on versions prior to Windows 10, what you installed are only tools for docker (as the name suggests), if you want to enter the world of containers, I recommend you start by installing Windows 10, then Docker CE and study a little Docker commands and/or containerization (I would recommend you start in the linux world, since docker is native to GNU/Linux systems).
Greetings and good luck.