mirror of https://github.com/docker/docs.git
Fix missing slug issue
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
parent
783b3a8341
commit
9ab845ce01
|
|
@ -35,7 +35,7 @@ type Driver struct {
|
|||
const (
|
||||
defaultSSHPort = 22
|
||||
defaultSSHUser = "root"
|
||||
defaultImage = "ubuntu-15-10-x64"
|
||||
defaultImage = "15621816" // Ubuntu 15.10 x86_64
|
||||
defaultRegion = "nyc3"
|
||||
defaultSize = "512mb"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue