Update readme.md

Changes following:

- Installs Windows 11 Enterprise by default.
- Updates default machine specs, to following and adds /dev/net/tun:
  - RAM: 8GB
  - CPU Cores: 8
  - Disk size: 512GB
- Prettify reading in README.
This commit is contained in:
Alice King Tai Poon 潘景泰 2024-07-17 17:28:45 +08:00 committed by GitHub
parent 53c4ee8927
commit 576ddc7122
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,7 +120,7 @@ kubectl apply -f kubernetes.yml
```
> [!NOTE]
> Changing these values has no effect after the installation performed already. Use settings inside Windows in case.
> Changing these values has no effect after the installation has been performed already. Use settings inside Windows in case.
### How do I change the storage location?
@ -263,7 +263,7 @@ Your example folder `/home/user/example` availables ` \\host.lan\Data`.
external: true
```
An added benefit of approaches that you won't performing any port mapping anymore, since all ports will be exposed by default.
An adds benefit to approaches is won't have performing any port mapping anymore, since all ports are exposed by default.
> [!IMPORTANT]
> This IP address won't be accessible from the Docker host due to designs of macvlan, doesn't permit communication between the two. If this is a concern, you create a [second macvlan](https://blog.oddbit.com/post/2018-03-12-using-docker-macvlan-networks/#host-access) as your workaround.