projectatomic / container-best-practices

Container Best Practices
Other
166 stars 70 forks source link

adding image naming content #25

Closed zdover23 closed 8 years ago

zdover23 commented 9 years ago

I added the basic structure of image names to this document.

eliskasl commented 9 years ago

@zdover23, can you use an existing image URL? Otherwise lgtm.

zdover23 commented 9 years ago

@eliskasl, I have added an existing image URL that contains the REGISTRY/USER/REPO format. It'd probably be a worthwhile exercise to incorporate an example including a port and a tag, but a man's reach must exceed his grasp or what's a Heaven for?

eliskasl commented 9 years ago

@zdover23, these could be sufficient examples where you can easily demonstrate use of tags:

https://registry.hub.docker.com/_/fedora/tags/manage/ https://registry.hub.docker.com/u/openshift/origin-haproxy-router/tags/manage/

If you want don't want to browse docker hub, you can also run "curl https://index.docker.io/v1/repositories/openshift/origin-haproxy-router/tags".

Having port in the registry name is not very common (usually private registries). No need to expand too much on it imho.