mirror of https://github.com/docker/docs.git
ec2: update spot instance message
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
parent
9b577aabb6
commit
460cc02ea5
|
@ -357,7 +357,7 @@ func (d *Driver) Create() error {
|
|||
}
|
||||
var instanceId string
|
||||
var spotInstanceRequestStatus string
|
||||
log.Debug("waiting for spot instance fulfillment...")
|
||||
log.Info("Waiting for spot instance...")
|
||||
// check until fulfilled
|
||||
for instanceId == "" {
|
||||
time.Sleep(time.Second * 5)
|
||||
|
|
Loading…
Reference in New Issue