Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

SKART1/docker-teamcity-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

11 Commits

Repository files navigation

docker-teamcity-android

Simple docker agent with android sdk inside it

Building

You may put trust certificates which will be avaliable in Java inside container in trust-certs and call docker build

Starting

Script example:

docker run -e SERVER_URL="172.18.89.85:8080" \
 -v ${1}:/opt/buildagent/work/ \
 -v ${2}:/opt/buildagent/temp/ \
 -d \
 -v /etc/ssl/certs:/etc/ssl/certs:ro \
 -p ${3}:9090 \
 --name ${4} \
 tc-agent:latest

About

Simple docker agent with android sdk inside it

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /