From 576ddc71223d047c028e2d1f443e95da14c5e190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alice=20King=20Tai=20Poon=20=20=20=20=E6=BD=98=E6=99=AF?= =?UTF-8?q?=E6=B3=B0?= <23336645+codenamedpkt@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:28:45 +0800 Subject: [PATCH] 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. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index d573478..e2ef25c 100644 --- a/readme.md +++ b/readme.md @@ -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.