clitools icon indicating copy to clipboard operation
clitools copied to clipboard

Add local docker "registry"

Open ipf opened this issue 10 years ago • 3 comments

When creating a new docker instance with ct docker:create the name of the instance and a unique identifier should bei written to a kind of local "registry" i.e. ~/.ct/docker-registry.json. This may be useful to further implement a command such as ct docker:start {hash} or ct docker:start all or ct docker:list

ipf avatar May 06 '15 07:05 ipf

I am also thinking of port management, to run multiple projects in parallel, without setting the ports by hand. Maybe in connection with a local DNS, to not bother with ports at all.

elmar-hinz avatar Mar 10 '16 07:03 elmar-hinz

@elmar-hinz are there any scenarios where you work on 2 projects together? Or do you mean in general, e.g. for productive hosting?

josefglatz avatar Mar 10 '16 08:03 josefglatz

@joush: For me a typical scenario would be:

  1. Current project
  2. Quickfix of older project
  3. OpenSource project: extension or core

elmar-hinz avatar Mar 10 '16 10:03 elmar-hinz