Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Commit

Permalink
Create rootless.md
Browse files Browse the repository at this point in the history
Bug: #3
  • Loading branch information
oxr463 authored Jan 17, 2020
1 parent ef4973b commit 4d9b3ea
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions ideas/rootless.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Unprivileged containers

_Running unprivileged containers via PRoot_

## Description

OCI containers can be built and/or downloaded using [img](https://github.com/genuinetools/img),
and then run as any user via PRoot. There is already a proof of concept in progress, (See: https://github.com/proot-me/proot/pull/204), however, it is very rough, and there are several open bugs that still need to be patched before this can be merged upstream. We will also need some tests built out for the testsuite in order to ensure there are no regressions.

## Outcomes

A solution for running unprivileged OCI-compatible containers via PRoot.

## Requirements

c, git, go, linux, containers

## Mentor(s)

Lucas Ramage

## Difficulty

Medium

0 comments on commit 4d9b3ea

Please sign in to comment.