[autoscaler] Docker Support (#1505)

This commit is contained in:
Richard Liaw
2018-02-20 00:24:01 -08:00
committed by GitHub
parent 0f766ae24b
commit 1cd2703cac
6 changed files with 166 additions and 13 deletions
+5
View File
@@ -96,6 +96,11 @@ SMALL_CLUSTER = {
"region": "us-east-1",
"availability_zone": "us-east-1a",
},
"docker": {
"image": "example",
"container_name": "mock",
},
"auth": {
"ssh_user": "ubuntu",
"ssh_private_key": "/dev/null",