chore: Add note for modifying /etc/hosts (#5499)

bump-commit-835b302c1
Michael Li 1 year ago committed by GitHub
parent a0b0a4def9
commit 26608ede70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -57,6 +57,16 @@ See [enos.vars.hcl](./enos.vars.hcl) for complete descriptions of each variable.
You can either modify `enos.vars.hcl` directly or create your own copy at
`enos-local.vars.hcl` which gets ignored by git.
### System File Modifications
For docker-based scenarios, you will need to modify `/etc/hosts` to include the
following lines
```
127.0.0.1 localhost boundary
127.0.0.1 localhost worker
127.0.0.1 localhost vault
```
## Executing Scenarios
From the `enos` directory:

Loading…
Cancel
Save