Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: persists nerdctl user data (runfinch#182)
Signed-off-by: Sam Berning <[email protected]> Issue #, if available: runfinch#180 *Description of changes:* Changes format of persistent disk to support saving nerdctl user data *Testing done:* ``` $ finch run --name test-container -v ~/scratch:/scratch alpine ls /scratch $ finch vm stop $ finch vm remove $ finch vm init $ finch start --attach test-container ``` - [x] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Sam Berning <[email protected]>
- Loading branch information