Jenkins Docker Plugin: Difference between revisions
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
==Docker Agent== | ==Docker Agent== | ||
Jenkins can interact with [[Jenkins_Concepts#Docker_Plugin_Agent|agents]] executing as containers within a Docker instance. | Jenkins can interact with [[Jenkins_Concepts#Docker_Plugin_Agent|agents]] executing as containers within a Docker instance. The agent containers must be based on one of the following base images: | ||
===jenkins/ssh-slave=== | |||
===jenkins/jnlp-slave=== | |||
===jenkins/slave=== | |||
=Installation= | =Installation= |
Revision as of 20:57, 23 April 2018
External
Internal
Overview
ID: docker-plugin
Concepts
Docker Agent
Jenkins can interact with agents executing as containers within a Docker instance. The agent containers must be based on one of the following base images:
jenkins/ssh-slave
jenkins/jnlp-slave
jenkins/slave
Installation
Manually from the UI or:
/usr/local/bin/install-plugins.sh docker-plugin