Can we use any other container registery than docker hub to deploy on serverless?
Like I already have my images in aws container registery and azure as well, can we use them?
4 Replies
You should be able to use whatever registry you want to use. I used to use Digital Ocean until I reached their space limit.
Really? but how
There's an option to add docker credentials to add docker image but it only works with docker hub creds
nope works with custom registry
@DevCiphor all you need to do is pick creds and in docker name use format like:
Yes it worked. Thabks