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:
parent
53c4ee8927
commit
576ddc7122
1 changed files with 2 additions and 2 deletions
|
|
@ -120,7 +120,7 @@ kubectl apply -f kubernetes.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
> [!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?
|
### How do I change the storage location?
|
||||||
|
|
||||||
|
|
@ -263,7 +263,7 @@ Your example folder `/home/user/example` availables ` \\host.lan\Data`.
|
||||||
external: true
|
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]
|
> [!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.
|
> 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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue