Skip to content

Instantly share code, notes, and snippets.

@davidwong
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidwong/2912c06e0ca326c26cd6 to your computer and use it in GitHub Desktop.
Save davidwong/2912c06e0ca326c26cd6 to your computer and use it in GitHub Desktop.
Dockerfile for creating a data volume container for Jenkins
# Create a data volume container for Jenkins config and data
FROM jenkins
VOLUME /var/jenkins_home
# run a do-nothing command
CMD ["true"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment