Hi,
Docker on my machine with single-install Rancher 2 crashed. I have no containers, images, but have backup in accordance with this manual:
https://rancher.com/docs/rancher/v2.x/en/backups/backups/single-node-backups/
So, I have a file like: rancher-data-backup-v2.1-9.10.2019.tar.gz and fresh installation of docker. But when I try to restore Rancher from backup:
https://rancher.com/docs/rancher/v2.x/en/backups/restorations/single-node-restoration/
I have to type “rancher container name”
docker run --volumes-from <RANCHER_CONTAINER_NAME> -v $PWD:/backup
busybox sh -c "rm /var/lib/rancher/* -rf &&
tar zxvf /backup/rancher-data-backup-<RANCHER_VERSION>-.tar.gz
And do I really need a container name? I have no old containers becouse of docker crash. Is it really necessary to have old container with Rancher? It looks like a not very useful backup