Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

9
  • 1
    docs.docker.com/userguide/dockerrepos and docs.docker.com/userguide/dockerimages — you may want to be more specific about what you've tried and where you got stuck. This is all fairly well documented.
    – slhck
    Commented Feb 12, 2015 at 8:17
  • I have seen these docs but I am not clear about how to make my own image and push it into Repo?
    – SOP
    Commented Feb 12, 2015 at 8:37
  • 1
    There is a specific guide on creating our own images. And pushing to a hub is also explained. You need to tell us what specifically you don't understand or at which point you got stuck. Right now every answer would just point you to the documentation again.
    – slhck
    Commented Feb 12, 2015 at 8:52
  • @slhck : I want to create my own Image which contains Java + Postgresql and I am not getting it from the document. I just want to create an Image to reuse it from anywhere.
    – SOP
    Commented Feb 12, 2015 at 8:58
  • 1
    Create a Base Image maybe?
    – slhck
    Commented Feb 12, 2015 at 9:00