Description: modify runtime 
 docker-ce (5:20.10.3-21) buster; urgency=low
   * Version: 20.10.3-21
   * modify runtime 
Author: wanghuaiqing <wanghuaiqing@loongson.com>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2022-08-04

--- lcf-utils-1.0.1/src/loongker-ce-20.10.3.orig/sources/engine/daemon/runtime_unix.go
+++ lcf-utils-1.0.1/src/loongker-ce-20.10.3/sources/engine/daemon/runtime_unix.go
@@ -20,10 +20,10 @@ import (
 )
 
 const (
-	defaultRuntimeName = "runc"
+	defaultRuntimeName = "loong-runc"
 
 	linuxShimV1 = "io.containerd.runtime.v1.linux"
-	linuxShimV2 = "io.containerd.runc.v2"
+	linuxShimV2 = "io.loong-containerd.runc.v2"
 )
 
 func configureRuntimes(conf *config.Config) {
