26 lines
868 B
Markdown
26 lines
868 B
Markdown
|
|
# iSulad
|
||
|
|
|
||
|
|
This is a umbrella project for gRPC-services based Lightweight Container Runtime Daemon.
|
||
|
|
iSulad provide a unified architecture to meet the different needs of CT and IT.
|
||
|
|
Compared with Docker written by Golang, iSulad has the characteristics of light, agile, fast,
|
||
|
|
not limited by hardware specifications and architecture, and can be applied more widely.
|
||
|
|
|
||
|
|
## How to Contribute
|
||
|
|
|
||
|
|
We always welcome new contributors. And we are happy to provide guidance for the new contributors.
|
||
|
|
iSulad follows the kernel coding conventions. You can find a detailed introduction at:
|
||
|
|
|
||
|
|
- https://www.kernel.org/doc/html/v4.10/process/coding-style.html
|
||
|
|
|
||
|
|
## Building
|
||
|
|
|
||
|
|
Without considering distribution specific details a simple
|
||
|
|
|
||
|
|
mkdir -p build && cd ./build && cmake .. && make && sudo make install
|
||
|
|
|
||
|
|
is usually sufficient.
|
||
|
|
|
||
|
|
## Licensing
|
||
|
|
|
||
|
|
iSulad is licensed under the Mulan PSL v1.
|