muguet
muguet copied to clipboard
Error while watching containers
Hi mate,
Having some issues getting up and running with Muguet. Forgive any ignorance, happy to be lead in the right direction.
- I have containers running which can be viewed with
docker ps
. - I run
sudo muguet up
in another terminal window and get a recurring error message "Error while watching containers".
Have I missed something?
EDIT: I should note that I'm not using boot2docker
, I'm using docker-machine
Full output:
$ sudo muguet up Password: info: docker-machine detected info: Updating Docker DNS with 10.254.254.254 info: about to execute: default 'sudo touch /var/lib/boot2docker/profile && echo EXTRA_ARGS=\"\$EXTRA_ARGS --dns 10.254.254.254 --dns 8.8.8.8\" | sudo tee -a /var/lib/boot2docker/profile' info: boot2docker DNS updated info: Restarting Docker VM... please wait... info: Docker VM restarted info: Starting Muguet App info: Muguet DNS Server listening on port 53 error: Error while watching containers. (Error: ENOENT: no such file or directory, open 'ca.pem') info: Resolver file /etc/resolver/docker updated error: Error while watching containers. (Error: ENOENT: no such file or directory, open 'ca.pem') error: Error while watching containers. (Error: ENOENT: no such file or directory, open 'ca.pem') error: DNS query (A) for domain muguet.docker throw an error: Error: queryA ENOTFOUND muguet.docker
Cheers, Sean.