You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
Signed-off-by: Hsing-Yu (David) Chen <[email protected]>
Co-authored-by: Hsing-Yu (David) Chen <[email protected]>
0 commit comments