Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpig committed Dec 13, 2024
1 parent 4fac316 commit f9ccd51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

# 🍪 brownie

An experimental Linux container runtime, implementing the [OCI Runtime Spec](https://github.com/opencontainers/runtime-spec/blob/main/spec.md).
**An experimental Linux container runtime, implementing the [OCI Runtime Spec](https://github.com/opencontainers/runtime-spec/blob/main/spec.md).**

This is a personal project for me to explore and better understand the OCI Runtime Spec. It's not production-ready, and it probably never will be, but feel free to look around! If you're looking for a production-ready alternative to `runc`, take a look at [`youki`](https://github.com/containers/youki), which I think is pretty cool.

`brownie` [passes all _passable_ tests](#progress) in the opencontainers OCI runtime test suite. That doesn't mean that `brownie` is feature-complete...yet. See below for outstanding items.

**🗒️ To do** (items remaining for _me_ to consider this 'complete')

- [ ] execve instead of fork/exec
- [ ] Use execve instead of fork/exec
- [ ] Major refactor and tidy-up
- [ ] Implement seccomp
- [ ] Implement AppArmor
- [ ] Implement cgroups v2
- [ ] Major refactor and tidy-up

## Installation

Expand Down

0 comments on commit f9ccd51

Please sign in to comment.