Is it possible to push image to custom container registry? #1369
Closed
Description
I wanted to push my just built image to my own container registry, different than docker.io, but I don't know is this possible.
I tried it after docker login, but it always attempt to push image to https://index.docker.io/v1.
Am I doing something wrong?