Image based on jenkins:lts, and includes the following: docker-ce, docker-compose including bash-completion scripts. Please see Run from Docker registry for more details and commands.
docker run -d --name jenkins \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 8080:8080 -p 50000:50000 \
jsloan117/jenkins
The full documentation is available here.
Jenkins documentation is available here.