According to the current [README.md](../blob/0850b15fe31fdd29626d338e5125c44802c26196/README.md) the following command should append the new host to the `/etc/hosts` file although the following error happens: ```bash $ 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 ```