Expected behavior
docker machine should have started as cosul container
Actual behavior
Error while pulling image: Get https://index.docker.io/v1/repositories/progrium/consul/images: x509: certificate signed by unknown authority.
Information
trying to follow the example given in the docker-swarm tutorial
Steps to reproduce the behavior
- docker-machine create -d virtualbox --virtualbox-cpu-count 2 --virtualbox-memory “1024” --virtualbox-disk-size “8192” --engine-env HTTP_PROXY=http://10.0.2.2:3128 --engine-env HTTPS_PROXY=http://10.0.2.2:3128 --engine-opt=“label=com.function=consul” keystore
- eval $(docker-machine env keystore)
- docker run --restart=unless-stopped -d -p 8500:8500 -h consul progrium/consul -server -bootstrap