Skip to content

Instantly share code, notes, and snippets.

@trungtnm
Created February 7, 2018 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trungtnm/ffe6c7191dc992c48cf16de096e13dda to your computer and use it in GitHub Desktop.
Save trungtnm/ffe6c7191dc992c48cf16de096e13dda to your computer and use it in GitHub Desktop.
This gist is for troubleshooting when set up VET
If you see this:
`-bash: /usr/local/bin/docker-compose: Permission denied`
You need to grant `rw` permission for both `/usr/local/bin/docker-compose` and `/var/run/docker.sock` by running these instructions:
```
sudo chmod +x /usr/local/bin/docker-compose
sudo chmod +x /var/run/docker.sock
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment