Skip to content

Commit

Permalink
Merge pull request jenkinsci/docker-inbound-agent#160 from jenkinsci/…
Browse files Browse the repository at this point in the history
…rename-windows-images

Rename Windows images so that a standard DockerHub repo is used
  • Loading branch information
oleg-nenashev authored Apr 13, 2020
2 parents 3f98eec + 341c81d commit a12a9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To run a Docker container with [Work Directory](https://github.com/jenkinsci/rem

Windows agent:

docker run jenkins/jnlp-agent-windows -Url http://jenkins-server:port -WorkDir=C:/Jenkins/agent -Secret <secret> -Name <agent name>
docker run jenkins/inbound-agent:windowsservercore-1809 -Url http://jenkins-server:port -WorkDir=C:/Jenkins/agent -Secret <secret> -Name <agent name>

Optional environment variables:

Expand Down

0 comments on commit a12a9eb

Please sign in to comment.