Skip to content

Commit

Permalink
chore: Add note for modifying /etc/hosts (#5499)
Browse files Browse the repository at this point in the history
  • Loading branch information
moduli authored Jan 31, 2025
1 parent a0b0a4d commit 26608ed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions enos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 26608ed

Please sign in to comment.