Update docs

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko
2023-03-14 10:49:51 -07:00
parent fda5c84bc1
commit c5f1086adf
4 changed files with 11 additions and 9 deletions

View File

@@ -205,7 +205,6 @@ func TestLocalResolve(t *testing.T) {
func TestGenerateRuntimeOptions(t *testing.T) {
nilOpts := `
systemd_cgroup = true
[containerd]
no_pivot = true
default_runtime_name = "default"
@@ -213,7 +212,6 @@ systemd_cgroup = true
runtime_type = "` + plugin.RuntimeRuncV2 + `"
`
nonNilOpts := `
systemd_cgroup = true
[containerd]
no_pivot = true
default_runtime_name = "default"