Pushing container images to Qarnot Containers Registry
docker login --username [your username] https://containers.qarnot.com
docker tag SOURCE_IMAGE[:TAG] https://containers.qarnot.com/[qarnot_registry_id]/[CONTAINER][:TAG]
docker push https://containers.qarnot.com/[qarnot_registry_id]/[CONTAINER][:TAG]