Fix tee command to append to /etc/hosts
This commit is contained in:
parent
4f713b511c
commit
48f990d6be
@ -138,7 +138,7 @@ You can open a shell session with the following command:
|
|||||||
Your computer `/etc/hosts` file must be configured in order to resolve the name of your container. You can do it by running the following command:
|
Your computer `/etc/hosts` file must be configured in order to resolve the name of your container. You can do it by running the following command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
echo `./.bbb/ip-bbb-dev-01.sh | xargs -n 1 echo -n`" bbb-dev-01.test." | sudo tee /etc/hosts
|
echo `./.bbb/ip-bbb-dev-01.sh | xargs -n 1 echo -n`" bbb-dev-01.test." | sudo tee -a /etc/hosts
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running HTML5 from source code
|
## Running HTML5 from source code
|
||||||
|
Loading…
Reference in New Issue
Block a user