上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 164 下一页

2020年12月4日

摘要: // Config defines configuration options for executing a process inside a contained environment. type Config struct { ... // Namespaces specifies the c 阅读全文
posted @ 2020-12-04 15:29 tycoon3 阅读(363) 评论(0) 推荐(0)
摘要: kata vm root@ubuntu:/opt# mount | grep run tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755) tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,r 阅读全文
posted @ 2020-12-04 11:51 tycoon3 阅读(95) 评论(0) 推荐(0)
摘要: https://github.com/kata-containers/runtime/issues/571 https://github.com/gotoz/runq#storage docker run -it --runtime=kata-runtime --device data1:/data 阅读全文
posted @ 2020-12-04 11:43 tycoon3 阅读(188) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-12-04 11:21 tycoon3 阅读(46) 评论(0) 推荐(0)
摘要: https://www.junmajinlong.com/virtual/namespace/mount_namespace/ root@cloud:~# ls -1 /proc/$$/mount* /proc/3374/mountinfo /proc/3374/mounts /proc/3374/ 阅读全文
posted @ 2020-12-04 10:43 tycoon3 阅读(186) 评论(0) 推荐(0)
摘要: func (k *kataAgent) createContainer(sandbox *Sandbox, c *Container) (p *Process, err error) { span, _ := k.trace("createContainer") defer span.Finish( 阅读全文
posted @ 2020-12-04 09:03 tycoon3 阅读(123) 评论(0) 推荐(0)

2020年12月3日

摘要: docker: Error response from daemon: OCI runtime create failed: rpc error: code = Internal desc = Could not run process: container_linux.go:349: starti 阅读全文
posted @ 2020-12-03 20:10 tycoon3 阅读(315) 评论(0) 推荐(0)
摘要: func setupStorages(sandbox *Sandbox) []*grpc.Storage { storages := []*grpc.Storage{} caps := sandbox.hypervisor.capabilities() // append 9p shared vol 阅读全文
posted @ 2020-12-03 11:39 tycoon3 阅读(251) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/zhonglinzhang/article/details/101212033 https://blog.csdn.net/zhonglinzhang/article/details/101212033 在Libcontainer中,p.cmd.Start 阅读全文
posted @ 2020-12-03 10:01 tycoon3 阅读(248) 评论(0) 推荐(0)

2020年12月2日

摘要: persistent namespaces Today I merged support for persistent namespaces to unshare(1). The persistent namespace does not require any running process wi 阅读全文
posted @ 2020-12-02 15:53 tycoon3 阅读(109) 评论(0) 推荐(0)
上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 164 下一页

导航