I have a tarred docker repository created by using docker save.
I want to push this tar to a registry, say dockerhub. Is there a way we can do that without loading on local docker?
I have a tarred docker repository created by using docker save.
I want to push this tar to a registry, say dockerhub. Is there a way we can do that without loading on local docker?