1
0
Fork 0

improved documentation

This commit is contained in:
Christian Kühnel 2019-12-02 12:50:33 +01:00
parent 740b143def
commit 5e00207580

View file

@ -80,10 +80,15 @@ General hints:
* Select "use Windows containers" during installation.
* 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/).
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.
To push push a new container run in `containers`:
```
powershell .\build_deploy.ps1 <container-folder>
```
## Spawning a new windows agent