You can have your very own private registry. The good thing is, it would be another running container.
You can do this on your development machine, as well as on your server. But keep in mind these few points.
1. Default port would be 5000 for the registry
2. Locally, you are not bothered about the security, but for actual production-grade Docker registry, you should be running it
3. Further, you can restrict its access using basic-authentication as well.
4. Last but not least, point the storage to Amazon S3 or IBM Cloud Object Storage
Best of luck with containerization!
0 comments :
Post a Comment