Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
virtcontainers: honour ContainerConfig struct comment and not save Spec
Currently kata-runtime saves the Container OCI Spec even when it's not needed and a comment in `ContainerConfig struct` specifically indicates that it won't be saved to disk. Use '-' as json tag instead of '_' to indicates that `Spec` field shouldn't be saved to disk. fixes kata-containers#2256 Signed-off-by: Julio Montes <julio.montes@intel.com>
- Loading branch information