Skip to content

Commit 789b0f3

Browse files
committed
Updated README.md
1 parent aaa226f commit 789b0f3

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,21 @@
99

1010
> Supports `amd64`, `arm` and `arm64`
1111
12+
### Support
13+
If you need help or found a bug, please feel free to open an issue on the [emberstack/docker-azure-pipelines-agent](https://github.com/emberstack/docker-azure-pipelines-agent) GitHub project.
14+
1215
## Deployment
1316

14-
The Azure Pipeliens agent can be deployed either manually or using Helm (recommended).
17+
The Azure Pipeliens agent can be deployed in Docker using either `docker run` or `docker compose` or in Kubernetes using Helm (recommended).
18+
19+
#### Deployment in `docker`
20+
21+
```
22+
docker run -d -e AZP_AGENT_NAME="<agent name>" -e AZP_URL="https://dev.azure.com/<your org.>" -e AZP_POOL="<agent pool>" -e AZP_TOKEN="<PAT>" emberstack/azure-pipelines-agent
23+
```
1524

16-
### Support
17-
If you need help or found a bug, please feel free to open an issue on the [emberstack/docker-azure-pipelines-agent](https://github.com/emberstack/docker-azure-pipelines-agent) GitHub project.
1825

19-
#### Deployment using Helm
26+
#### Deployment in `Kubernetes` using `Helm`
2027

2128
Use Helm to install the latest released chart:
2229
```shellsession

0 commit comments

Comments
 (0)