ipunkt/rancherize

Allow to push to other docker registries

justb81 opened this issue · 3 comments

@svensp we need to push to other registries (e.g. gitlab)

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

TODO: Test image ipunktbs/rancherize:justb81-docker-server on gitlab

tested and merged