I want to create a windows executable file (.exe) which should install the docker toolbox (docker-machine,docker-compose,virtualbox) in windows.
I should also have to bundle the docker-compose and dockerfiles inside the .exe file. So that once the tool box is installed, it should call the docker-compose file and container should be started as i defined in the dockerfile.
I want to automate this process in a single click instead of allowing everyone to install all these components and start the containers manually.
Is it possible to accomplish this? i am trying to use NSIS or Inno setup.