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
{{ message }}
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.
It would be nice if machine created with the GCE driver (and others) would be named (or even prefixed) after the machine name by default if no flag value for --google-instance-name is specified.
The current behavior is a bit confusing as machine will create multiple machine with the same underlying VM, if you don't specific --google-instance-name.
proppy@noir:~$ machine create --driver google --google-project proppy-stuff foo
proppy@noir:~$ machine create --driver google --google-project proppy-stuff bar
FATA[0004] Instance docker-machine already exists.
proppy@noir:~$ machine ls
NAME ACTIVE DRIVER STATE URL
bar google Running tcp://130.211.144.5:2376
foo * google Running tcp://130.211.144.5:2376
It would be nice if machine created with the GCE driver (and others) would be named (or even prefixed) after the machine name by default if no flag value for
--google-instance-name
is specified.The current behavior is a bit confusing as
machine
will create multiple machine with the same underlying VM, if you don't specific--google-instance-name
.Possibly related to #59 #219
/cc @dlorenc
The text was updated successfully, but these errors were encountered: