Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 817 Bytes

dependency.md

File metadata and controls

13 lines (9 loc) · 817 Bytes

This document demonstrate how to connect to user-defined Dragonball crate

中文简体

The dependency dragonball is currently relied on a remote repository, while the source can be replaced by user-defined location.

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

The pull request dragonball: Fix problem that stdio console cannot connect to stdout has fixed a bug, which enables this crate to work well. Thus any repo forked from kata-containers with the bug mentioned above fixed can be directly employed, along with additional improvements permitted.