TeckniX

Results 3 comments of TeckniX

Fixed in the latest branch - I'll make sure to get this merged. Thanks

This is due to an issue with the prefix for functions. Once you set the prefix to something else this doesn't come back as true: if (isset($this->params[$adminRoute]) && $this->params[$adminRoute] ===...

What about just adding the host without specifying the driver? `docker-machine create --url=unix:///var/run/docker.sock localbox` ``` bash $ docker-machine create --url=unix:///var/run/docker.sock localbox $ docker-machine env localbox export DOCKER_TLS_VERIFY=1 export DOCKER_CERT_PATH="/Users/myuser/.docker/machine/machines/localbox" export...