Docker complains about invalid certificate after update to v1.7.0

This is a known issue introduced in version 1.7.0 of boot2docker: https://github.com/boot2docker/boot2docker/issues/824 Update to boot2docker 1.7.1 Updating to boot2docker 1.7.1 fixes this issue, as described here. Options for boot2docker 1.7.0 It seems to be related to the way the network interfaces are coming up during boot. The following options can be used to fix this. … Read more

How to fix “error in run: Failed to get machine “boot2docker-vm”: machine does not exist”?

In the end, I removed the boot2docker-vm virtual machine: snowch$ rm -rfi ~/VirtualBox\ VMs/boot2docker-vm/ Original source of the answer: https://github.com/boot2docker/boot2docker/issues/436 Note: this method is probably the quickest but you will lose your existing boot2docker virtual machine. If you want to keep your existing boot2docker virtual machine, you could try Patrick Henning’s answer

How do I mount a Docker volume while using a Windows host?

It is possible the / is interpreted as an option by the CMD Windows shell. Try first a docker-machine ssh default, in order to open an ssh session in your VM. From there try the docker run again: docker run -v /c/Users/phisch/dev/htdocs:/var/www phisch:dev As commented by thaJeztah in issue 18290: You could consider using docker-compose; … Read more

How do I SSH into the boot2docker host vm that the Vagrant 1.6 Docker Provider sets up?

Vagrant’s boot2docker keeps boot2docker’s ssh username and password. SSH into VM $ boot2docker ssh Boot2Docker auto logs in using the generated SSH key, but if you want to SSH into the machine manually (or you’re not using a boot2docker managed VM), the credentials are: user: docker pass: tcuser https://github.com/boot2docker/boot2docker#ssh-into-vm The port is forwarded from the … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)