I am trying to create docker image for my java spring application in my local machine and try to push that into docker hub/some on permisys docker registry repo.
I am using maven and sportify plugin is it possible to build and push the image without docker being installed in my local machine to docker hub or any other private repo?
I am using windows machine.