muguet
muguet copied to clipboard
DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine
I'm trying to use muguet on my Windows box (where I use Docker for Windows). At startup, even if running muguet as admin, I get this error message $ muguet...
sudo muguet up ``` error: Docker VM has been detected but is not started. Please start it using: error: error: boot2docker up error: error: or error: error: docker-machine start default...
``` sudo -E bash -c 'muguet setup' ~/.nvm/v4.5.0/lib/node_modules/muguet/lib/check-config.js:34 var hasDockerExecutable = dockerCli.hasDockerExecutable() ^ TypeError: Cannot read property 'hasDockerExecutable' of undefined at exports.setup (~/.nvm/v4.5.0/lib/node_modules/muguet/lib/check-config.js:34:38) at Cli.run (~/.nvm/v4.5.0/lib/node_modules/muguet/bin/cli.js:70:12) at Object. (~/.nvm/v4.5.0/lib/node_modules/muguet/bin/cli.js:145:25) at...
I'm using Ubuntu, and there is dnsmasq running already here. Not a problem I thought, I'll just listen on a specific IP, and forward calls ending with `.docker` to this...
sudo muguet up and sudo -E bash -c 'muguet up' not work
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...
How tough is it to make this work with several docker hosts instead of just one? Is it possible, or is this a question that provokes "abandon all hope, ye...