Open grkvlt opened 8 years ago
This blueprint should create a single VM docker cloud, but fails due to errors with the configuration. What is the best way to create a single VM that can be used as a DockerLocation in Clocker 1.x?
DockerLocation
services: - type: 'docker-cloud-single:1.1.1' brooklyn.config: entity.dynamicLocation.name: DockerEngineSingle docker.host.cluster.initial.size: 1 docker.registry.start: true docker.version: 1.10.3
This blueprint should create a single VM docker cloud, but fails due to errors with the configuration. What is the best way to create a single VM that can be used as a
DockerLocation
in Clocker 1.x?