Backup and restore docker commands to save your data.
For an experienced user this can be obvious but for a new docker user (this was the first Docker app I used ever) the volumes and its mounting can be confusing.
About the --strip 1 it looks like it's not necessary (today I restored data without it) but I remember the first time it was necessary.
I had no success with busybox image, so I use ubuntu.
Backup and restore docker commands to save your data. For an experienced user this can be obvious but for a new docker user (this was the first Docker app I used ever) the volumes and its mounting can be confusing.
About the
--strip 1
it looks like it's not necessary (today I restored data without it) but I remember the first time it was necessary. I had no success with busybox image, so I use ubuntu.