We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1536bac commit 3e1c451Copy full SHA for 3e1c451
1 file changed
integration/confidential/lib.sh
@@ -475,6 +475,8 @@ configure_containerd_for_nydus_snapshotter() {
475
476
sudo sed -i 's/disable_snapshot_annotations = .*/disable_snapshot_annotations = false/g' "$containerd_config"
477
sudo sed -i 's/snapshotter = .*/snapshotter = "nydus"/g' "$containerd_config"
478
+
479
+ sudo cat ${containerd_config}
480
}
481
482
kill_nydus_snapshotter_process() {
0 commit comments