Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsturtevant/vsts-agent-docker-temp-fix
https://github.com/jsturtevant/vsts-agent-docker-temp-fix
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsturtevant/vsts-agent-docker-temp-fix
- Owner: jsturtevant
- Created: 2017-04-14T14:55:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T15:16:00.000Z (almost 8 years ago)
- Last Synced: 2024-11-27T13:44:13.735Z (2 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vsts-agent-docker-temp-fix
Temp fix for https://github.com/Microsoft/vsts-agent-docker/issues/22To use:
``` docker build -t vsts-agent .```
then start it:
```
docker run \
-e VSTS_ACCOUNT= \
-e VSTS_TOKEN= \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /var/vsts:/var/vsts \
-v /vsts/agent/_work:/vsts/agent/_work
-d microsoft/vsts-agent:ubuntu-16.04-docker-17.03.0-ce-standard
```It will show up as a registered agent in VSTS