Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 776 Bytes

dependency_zh.md

File metadata and controls

13 lines (9 loc) · 776 Bytes

这篇文档描述了如何使用自定义的Dragonball依赖

English version

目前,dragonball依赖的来源是kata-containers仓库,但是它的来源可以被替换。

[dependencies]
dragonball = { git = "https://github.com/kata-containers/kata-containers", branch = "main" }
hypervisor = { git = "https://github.com/kata-containers/kata-containers", branch = "main" }

有一个代码合并请求 dragonball: Fix problem that stdio console cannot connect to stdout解决了一个BUG,从而使得dbs-cli可以正常运行。因此,在此PR之后从kata-containers分叉出的仓库都能替换原有的依赖源,并且允许有额外的代码修改。