You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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}
orct docker:start all
orct docker:list
The text was updated successfully, but these errors were encountered: