Git Product home page Git Product logo

stage1-xen's Introduction

⚠️ End of project ⚠️

development

This project has ended, and all development/maintenance activities have halted.

As it is free software, people are free and welcome to fork and develop the codebase on their own. However, to avoid any confusion, the original repository is archived and we recommend any further fork/development to proceed with an explicit rename and rebranding first.

We encourage all interested parties to mirror any relevant bits as we can't actively guarantee their existence in the future.


stage1-xen - A Xen based stage1 for CoreOS rkt

Build Status

Goal

CoreOS rkt is a modular container engine with three stages of execution. Stage1 is responsible for creating the execution environment for the contained applications.

Stage1s come in the form of ACI images, and they can be user-provided. For example, the following option allows the user to specify a different stage1 from the command line:

  rkt --stage1-path=/path/to/stage1-xen.aci

This project aims at providing a new stage1 based on the Xen hypervisor. Each pod (a small set of contained applications) is run in a separated Xen virtual machine. On x86 PV and PVH virtual machines are used, depending on the availability of hardware virtualization support.

Note: stage1-xen is under active development. We encourage you to try stage1-xen and give us your feedback. However unlike upstream Xen Project, we are still in preview phase. So please do not expect long term support or backward compatibility as yet.

Build and Output

See BUILDING.md for all the details. Make sure to have all the dependencies installed, see DEPENDENCIES. Xen needs to be at least version 4.9. Then, execute build.sh. The output is the file stage1-xen.aci, which is the stage1 ACI image. stage1-xen.aci does not contain any Xen binaries itself, it relies on xl being available on the host.

Usage

You can use stage1-xen by passing the appropriate --stage1-path option to rkt:

  rkt run sha512-b1dcf7bfa88f --interactive --insecure-options=image --stage1-path=/home/sstabellini/stage1-xen.aci

stage1-xen's People

Contributors

sstabellini avatar rajivr avatar lucab avatar

Watchers

James Cloos 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.