Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: persists network user data (#211)
PR fixes #180 *Description of changes:* Persists the `cni` user data stored in `~/.local/share/cni` and in `~/.config/cni` *Testing done:* Manual testing ``` $ finch network create samtest --subnet 10.8.0.0/24 $ finch run --network=samtest --name hello public.ecr.aws/amazonlinux/amazonlinux:2 sleep 1 $ finch vm stop $ finch vm remove $ finch vm init $ finch start hello ``` #### 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 <bernings@amazon.com> Signed-off-by: Hsing-Yu (David) Chen <davidhsingyuchen@gmail.com> Co-authored-by: Hsing-Yu (David) Chen <davidhsingyuchen@gmail.com>
- Loading branch information