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

Permission denied when trying to update the /etc/hosts #116

Open
wcomnisky opened this issue Sep 10, 2019 · 0 comments
Open

Permission denied when trying to update the /etc/hosts #116

wcomnisky opened this issue Sep 10, 2019 · 0 comments

Comments

@wcomnisky
Copy link

According to the current README.md the following command should append the new host to the /etc/hosts file although the following error happens:

$ sudo echo $(docker network inspect bridge | grep Gateway | grep -o -E '([0-9]{1,3}\.){3}[0-9]{1,3}') "symfony.local" >> /etc/hosts
bash: /etc/hosts: Permission denied
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