After updating to Docker v1.7.0 (and also boot2docker), I\'m getting the following error when running docker ps:
docker ps
x509: certificate is valid for
From the troubleshooting guide:
docker-machine regenerate-certs default docker-machine restart default
And then you're good to go, just run this as usual
eval $(docker-machine env default)