Skip to content

Instantly share code, notes, and snippets.

@davidwong
Created January 30, 2015 12: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/cf0c0b5817b3094c2fc7 to your computer and use it in GitHub Desktop.
Save davidwong/cf0c0b5817b3094c2fc7 to your computer and use it in GitHub Desktop.
Fig YAML for backing up a Docker data volume container for Jenkins
# Backup a data volume container for Jenkins
backup:
image: busybox
command: tar cvf /backup/jenkins-backup.tar /var/jenkins_home
volumes:
- .:/backup
volumes_from:
- jenkins-data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment