Huawei / DockerMachineDriver4OTC

Apache License 2.0
10 stars 18 forks source link

Test command does not work #8

Closed tischrei closed 5 years ago

tischrei commented 6 years ago

The provided test-command does not work. I used the following command to create a machine host instead: docker-machine -D create -d otc --engine-install-url https://releases.rancher.com/install-docker/1.12.sh --otc-access-key-id BCE_shortened --otc-access-key-secret 4UR_shortened --otc-available-zone eu-de-01 --otc-bandwidth-size 10 --otc-bandwidth-type PER --otc-elasticip-type 5_bgp --otc-flavor-id normal1 --otc-image-id d6944a41-5ec7-44a4-970e-ce330da390d2 --otc-region eu-de --otc-root-volume-size 40 --otc-root-volume-type SATA --otc-security-group sg-tino --otc-service-endpoint https://ecs.eu-de.otc.t-systems.com --otc-ssh-user ubuntu --otc-subnet-id 91e2f28b-50dc-4a2d-b856-39d9204323e2 --otc-tenant-id 16d53a84a13b49529d2e2c3646691288 --otc-vpc-id 9d5c46ec-b3f0-42a2-9a65-f2d77e124516 tino-rancher-host-8

Could you check the default prerequesits for the docker-machine command. The provided one is misleading.

Kind regards