0 Star 0 Fork 271

liuzhiqiang / iSulad

forked from openEuler / iSulad 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MulanPSL-1.0
iSulad

iSulad

iSulad is a light weight container runtime daemon which is desinged for IOT and Cloud infrastructure.iSulad has the characteristics of light, fast and not limited by hardware specifications and architecture, and can be applied more widely.

Getting Started

Installing

To install iSulad, you can use rpm or yum package manager command with openEuler repository.

Install iSulad with yum

yum install -y iSulad

Run

We provide systemd service to start iSulad

systemd start lcrd # run the server with systemd command

You can use direct command to start iSulad server:

$ sudo lcrd  # run the server with default socket name and default log level and images manage function

Operations on containers:

iSulad provides command line lcrd to talk with server. Here are some sample commands to manager containers.

List all containers in your own environment:

# list containers
$ sudo lcrc ps -a   

Create a container with busybox named test

# create a container 'test' with image busybox       
$ sudo lcrc create -t -n test busybox  

Start this container test

# start the container 'test'          
$ sudo lcrc start test                

Kill the container test

# kill the container 'test'   
$ sudo lcrc kill test  

Remove the container test

# remove the container 'test'     
$ sudo lcrc rm test                        

Build from source

Build requirements for developers are listed in build_guide

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:

Licensing

iSulad is licensed under the Mulan PSL v1.

空文件

简介

iSulad is a light weight container runtime daemon which is designed for IOT and Cloud infrastructure. 展开 收起
C
MulanPSL-1.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C
1
https://gitee.com/liuzhiqiang26/iSulad.git
git@gitee.com:liuzhiqiang26/iSulad.git
liuzhiqiang26
iSulad
iSulad
master

搜索帮助

14c37bed 8189591 565d56ea 8189591