Skip to content

Commit d6b4692

Browse files
authored
Fix typo in default subnet setting. (#12)
1 parent a0b4b83 commit d6b4692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ Normally, vmnet creates the container network using the CIDR address 192.168.64.
658658
- Run `container system stop` to terminate the services for `container`.
659659
- Using the macOS `defaults` command, update the default subnet value used by the network helper process. For example, if the bridge address shown by `ifconfig` is 192.168.66.1, run:
660660
```bash
661-
defaults write com.apple.container.defaults default.subnet 192.168.66.1
661+
defaults write com.apple.container.defaults default.subnet 192.168.66.1/24
662662
```
663663
- Run `container system start` to launch services again.
664664
- Try running the container again and verify that its IP address matches the current bridge interface value.

0 commit comments

Comments
 (0)