improved documentation
This commit is contained in:
parent
740b143def
commit
5e00207580
1 changed files with 6 additions and 1 deletions
|
@ -80,10 +80,15 @@ General hints:
|
||||||
* Select "use Windows containers" during installation.
|
* Select "use Windows containers" during installation.
|
||||||
* Start the "Docker Desktop" application, it will set up the required services for you.
|
* Start the "Docker Desktop" application, it will set up the required services for you.
|
||||||
6. Install [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/).
|
6. Install [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/).
|
||||||
7. Install [gcloud](https://cloud.google.com/sdk/docs/quickstart-windows) and set it up according to the instructions. Then run `gcloud auth configure-docker` to authorize docker to push images.
|
7. Install [gcloud](https://cloud.google.com/sdk/docs/quickstart-windows) and set it up according to the instructions.
|
||||||
|
8. Then run `gcloud auth configure-docker` to authorize docker to push images.
|
||||||
|
|
||||||
Check your installation by running "docker build ." in the `containers/agent_windows` folder.
|
Check your installation by running "docker build ." in the `containers/agent_windows` folder.
|
||||||
|
|
||||||
|
To push push a new container run in `containers`:
|
||||||
|
```
|
||||||
|
powershell .\build_deploy.ps1 <container-folder>
|
||||||
|
```
|
||||||
|
|
||||||
## Spawning a new windows agent
|
## Spawning a new windows agent
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue