Update kubernetes.md

Signed-off-by: Gopi Chinnappa <gopihc@gmail.com>
This commit is contained in:
Gopi Chinnappa 2022-06-28 17:29:56 +05:30 committed by GitHub
parent 93dcdf95f7
commit 682e6967b0
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: