How can I run a Docker container without installing Docker Hub?
For example:
- Is there a library which can execute docker commands from inside another program?
- Perhaps a lightweight
.exe
which I could distribute with the container to run it?
I am distributing my application to the public and I cannot expect them to have Docker Hub installed. They must be able to download the latest version and simply double click on something to start it (such as a .exe
or .bat
)
My application is a learning game in Java.