Coder Social home page Coder Social logo

yiliaofan / isulad Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openeuler-mirror/isulad

0.0 0.0 0.0 17.81 MB

[mirror]A light weight container runtime daemon for IOT and Cloud infrastructure.

Home Page: https://gitee.com/openeuler/iSulad

CMake 2.32% Dockerfile 0.33% C 68.25% C++ 22.94% Shell 2.63% Python 3.47% XSLT 0.06%

isulad's Introduction

iSulad

iSulad

iSulad is a lightweight container runtime daemon which is designed 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

systemctl start isulad # run the server with systemd command

You can use direct command to start iSulad server:

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

Operations on containers:

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

List all containers in your own environment:

# list containers
$ sudo isula ps -a

Create a container with busybox named test

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

Start this container test

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

Kill the container test

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

Remove the container test

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

Build from source

Build requirements for developers are listed in build_guide

Integration

Integrate with kubenetes are listed in integration.md

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 v2.

isulad's People

Contributors

xiangxinyong avatar lifeng68 avatar jingwoo avatar duguhaotian avatar jing-rui avatar fengtuwang avatar zklei avatar jshachm avatar zhuchunyi avatar liyongle avatar 91zhu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.