Remove no_pivot when creating container from CRI
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
		| @@ -236,7 +236,7 @@ systemd_cgroup = true | ||||
| 	require.NoError(t, err) | ||||
| 	err = tree.Unmarshal(&nilOptsConfig) | ||||
| 	require.NoError(t, err) | ||||
| 	require.Len(t, nilOptsConfig.Runtimes, 3) | ||||
| 	require.Len(t, nilOptsConfig.Runtimes, 1) | ||||
|  | ||||
| 	tree, err = toml.Load(nonNilOpts) | ||||
| 	require.NoError(t, err) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Maksym Pavlenko
					Maksym Pavlenko