Merge pull request #1012 from gopihc/patch-1

Update kubernetes.md
This commit is contained in:
Ben Reedy 2022-07-02 07:05:52 +10:00 committed by GitHub
commit 7e7bdc104f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ DOCKER_REPO=<your repo> make push-all
If you don't have a version of `make` on your Windows machine, You can use WSL to build the image with Windows Containers by creating a symbolic link to the docker cli and then override the docker command in the `Makefile`:
On Windows:
On Windows Powershell prompt:
```
Item -ItemType SymbolicLink -Path "c:\docker" -Target "C:\Program Files\Docker\Docker\resources\bin\docker.exe"
New-Item -ItemType SymbolicLink -Path "c:\docker" -Target "C:\Program Files\Docker\Docker\resources\bin\docker.exe"
```
In WSL: