this post was submitted on 30 May 2024
3 points (80.0% liked)
Docker
1182 readers
4 users here now
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
yes. it's going to completely depend on the project, but you can build it, then push it to dockerhub, though I wouldn't push it to a public repo unless the license permits it. else you can just build it locally and push it to your own private dockerhub or to a container store like github or ECR.
ECR?
Elastic Container Registry, Amazon's AWS container registry.
A private Docker Hub sounds like a great idea, how does one go about that? Feel free to point me to a webpage, you don't have to type it all out.