This image is based upon the Debian Buster JDK 11 version of
jenkins/inbound-agent
and provides a Jenkins agent with Docker and Docker Compose preinstalled.
Linux:
docker run --init jnsd/jenkins-jnlp-docker:latest -url <JENKINS_URL> <secret> <agent name>
Once your agent is connected with Jenkins, you can use the Docker Plugin to build Dockerfiles, run commands in Containers, etc.
For more information about the JNLP agent, see jenkinsci/docker-inbound-agent.