Allow to push to other docker registries
justb81 opened this issue · 3 comments
svensp commented
This is already possible.
Add a server
field to your docker account in ~/.rancherize
this will be passed to docker login
Pushing to it is done by specifying HOSTDNS/user/repo
instead of just user/repo
as docker.repository
inside the project
justb81 commented
TODO: Test image ipunktbs/rancherize:justb81-docker-server
on gitlab
justb81 commented
tested and merged