Update k8s client and the dependencies ACI client change for Mocking Add ACI Provider Mock Tests Add the Windows development environment Add UT for Default Resource Requests Enable the make test in Docker file Update the vendors
7 lines
227 B
PowerShell
7 lines
227 B
PowerShell
$pwd = (Get-Location).Path
|
|
|
|
docker run --security-opt seccomp:unconfined -it `
|
|
-v ${pwd}:/gopath/src/github.com/virtual-kubelet/virtual-kubelet `
|
|
-w /gopath/src/github.com/virtual-kubelet/virtual-kubelet `
|
|
golang /bin/bash
|