File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -143,19 +143,16 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas
143143
144144# ## How do I share files with the host?
145145
146- Open 'File Explorer' and click on the 'Network' section, you will see a computer called ` host.lan` .
146+ After installation there will be a folder called `Shared` on your desktop, which can be used to exchange files with the host machine .
147147
148- Double-click it and it will show a folder called `Data`, which can be bound to any folder on your host via the compose file :
148+ To select a folder on the host for this purpose, include the following bind mount in your compose file :
149149
150150 ` ` ` yaml
151151 volumes:
152- - ./example:/data
152+ - ./example:/shared
153153 ` ` `
154154
155- The example folder `./example` will be available as ` \\host.lan\Data`.
156-
157- > [!TIP]
158- > You can map this path to a drive letter in Windows, for easier access.
155+ Replace the example path `./example` with your desired shared folder, which then will become visible as `Shared`.
159156
160157# ## How do I change the amount of CPU or RAM?
161158
You can’t perform that action at this time.
0 commit comments