I have a private docker image of around 85 GB in tar.gz format. I just want to push it to the docker hub without making it a container, as it takes a lot of time.
Is there any solution?
>Solution :
This seems to be a duplicate of How to push a tar archive to private docker registry?.
I think, that this answer is best fitted to your question: https://stackoverflow.com/a/60458762/6459500