-
If by image you mean container, you're correct. This is why I provided instructions for storing
wallet.jsonfiles inside a named volume or volumes. Named volumes are not removed with the container, so unless the user deletes them manually, their keys are safe.Although of course making additional backups is always a good idea. One can accomplish that by either finding where the volumes are stored on their machine and copying
wallet.jsonfile from there or usingdocker cpon a running wallet container.
Please sign in to comment