Add local docker "registry"
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
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 are there any scenarios where you work on 2 projects together? Or do you mean in general, e.g. for productive hosting?
@joush: For me a typical scenario would be:
- Current project
- Quickfix of older project
- OpenSource project: extension or core