fix: ctr images mount with snapshotter option can't get snapshotter
Signed-off-by: Qian Zhang <cosmoer@qq.com>
This commit is contained in:
		| @@ -67,7 +67,7 @@ When you are done, use the unmount command. | ||||
| 		} | ||||
| 		defer cancel() | ||||
|  | ||||
| 		snapshotter := context.GlobalString("snapshotter") | ||||
| 		snapshotter := context.String("snapshotter") | ||||
| 		if snapshotter == "" { | ||||
| 			snapshotter = containerd.DefaultSnapshotter | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 cosmoer
					cosmoer