Skip to content

Commit

Permalink
Updated env-setup-native.md
Browse files Browse the repository at this point in the history
`fin reset network` is necessary (to remove the loopback adapter IP alias) prior to starting the VM
  • Loading branch information
lmakarov committed Jun 6, 2017
1 parent ff563f9 commit 2be692a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/getting-started/env-setup-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ fin reset system

Remove `DOCKER_NATIVE=1` from `~/.docksal/docksal.env`

**3.** Start Docksal VM and reset Docksal system services.
**3.** Reset networks settings, start Docksal VM and reset Docksal system services.

```bash
fin reset network
fin vm start
fin reset system
```

0 comments on commit 2be692a

Please sign in to comment.