Skip to content
forked from bootc-dev/bootc

Boot and upgrade via container images

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

cgwalters/bootc

This branch is 2247 commits behind bootc-dev/bootc:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

adf6b90 · Jul 16, 2024
Jan 20, 2023
Jul 2, 2024
Mar 6, 2024
Jul 15, 2024
Jun 16, 2024
May 1, 2024
Jun 5, 2024
Jul 10, 2024
Jun 28, 2024
Jul 16, 2024
Jul 3, 2024
Feb 2, 2024
Jun 28, 2024
Jul 12, 2024
Jul 3, 2024
Jun 24, 2024
Feb 8, 2024
Jul 3, 2024
Jul 15, 2024
Jul 16, 2024
May 19, 2024
Nov 30, 2022
Nov 30, 2022
Jul 15, 2024
Jul 1, 2024
Dec 1, 2023
May 17, 2024

Repository files navigation

bootc

Transactional, in-place operating system updates using OCI/Docker container images.

Motivation

The original Docker container model of using "layers" to model applications has been extremely successful. This project aims to apply the same technique for bootable host systems - using standard OCI/Docker containers as a transport and delivery format for base operating system updates.

The container image includes a Linux kernel (in e.g. /usr/lib/modules), which is used to boot. At runtime on a target system, the base userspace is not itself running in a "container" by default. For example, assuming systemd is in use, systemd acts as pid1 as usual - there's no "outer" process. More about this in the docs; see below.

Status

NOTE: At the current time, bootc has not reached 1.0, and it is possible that some APIs and CLIs may change.

Documentation

See the project documentation; there are also operating systems and distributions using bootc; here are some examples:

Developing bootc

Are you interested in working on bootc? Great! See our CONTRIBUTING.md guide.

About

Boot and upgrade via container images

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 95.8%
  • Shell 1.9%
  • Nushell 1.3%
  • Lua 0.4%
  • Makefile 0.3%
  • Dockerfile 0.3%