-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Internal release v0.0.1 (for testing purposes)
- Loading branch information
0 parents
commit 51fbe06
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
## [0.0.1] - 2019-07-23 | ||
### Added | ||
* Internal release (non-public). | ||
* Supports launching system containers with Docker. | ||
* Supports running Docker inside a system container. | ||
* Supports exclusive uid(gid) mappings per system container. | ||
* Supports partially virtualized procfs. | ||
* Supports docker with or without userns-remap. | ||
* Supports Ubuntu Disco (with userns-remap disabled). | ||
* Supports Ubuntu Disco, Cosmic, and Bionic (with userns-remap enabled). | ||
* Includes the Nestybox shiftfs kernel module for uid(gid) shifting. | ||
|
||
[0.0.1]: https://github.com/nestybox/sysboxd-external/releases/tag/v0.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# sysboxd-external | ||
Sysboxd external repository |