Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

env has no docker_host #294

Open
boxshadow opened this issue Sep 19, 2020 · 1 comment
Open

env has no docker_host #294

boxshadow opened this issue Sep 19, 2020 · 1 comment

Comments

@boxshadow
Copy link

when I run dinghy restart or dinghy up
the result

➜  laradock (master) ✗ dinghy restart          
Stopping the FsEvents daemon
Stopping the dinghy VM...
Stopping NFS daemon, this will require sudo
Password:
Starting the dinghy VM...
Starting NFS daemon, this will require sudo
Waiting for NFS daemon...
NFS mounting failed
Starting the FsEvents daemon
Starting DNS and HTTP proxy
docker: Cannot connect to the Docker daemon at tcp:https://localhost:2376. Is the docker daemon running?.
See 'docker run --help'.
   VM: running
  NFS: stopped
 FSEV: running
  DNS: stopped
PROXY: stopped

NFS failed to run
details available in log file: /usr/local/Cellar/dinghy/4.6.5/local/var/dinghy-NFS.output

To connect the Docker client to the Docker daemon, please set these environment variables.
You can set them by running:
    eval $(dinghy env)
It's recommended to add this to your shell config such as ~/.bash_profile

    export DOCKER_HOST=tcp:https://:2376
    export DOCKER_CERT_PATH=/Users/john/.docker/machine/machines/dinghy
    export DOCKER_TLS_VERIFY=1
    export DOCKER_MACHINE_NAME=dinghy
@boxshadow
Copy link
Author

NFS DNS and PROXY were stopped,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant