Skip to content

Instantly share code, notes, and snippets.

@onebytegone
onebytegone / backup-restore-docker-volume.md
Created November 14, 2018 00:59
Backup and restore a Docker volume on Mac OS X

Backup and restore a Docker volume on Mac OS X

This is a rough draft for backing up and restoring data contained in a Docker volume. I can't say that this is a "best practice". For my limited testing at the moment, it seems sufficient.

Example docker-compose.yml

version: '3'