Skip to content

Commit 8fe4c24

Browse files
committed
readme: some initial updates to the readme table
Related to #16
1 parent 0dc6022 commit 8fe4c24

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,12 @@ Then in your Visual Studio Code settings set `podman-host` to the path.
123123
There are other projects that are similar to folderbox but with different goals,
124124
folderbox tries to keep your projects isolated while integrating with the host.
125125

126-
| Project | Declarative | Sandbox | Custom Sandbox Control | Packaging System | Default Folder Access |
127-
|---------|-------------|---------|------------------------|------------------|---|
128-
| devbox | Yes | None | - | Nix | All |
129-
| distrobox | No | Weak | Minimal | OCI | Home |
130-
| folderbox | Yes | Partial | Raw | OCI | Directory |
131-
| x11docker | Yes | Strong | Yes | OCI | None |
126+
| Project | Sandbox | Custom Sandbox Control | Packaging System | Default Mapped Folders |
127+
|---------|---------|------------------------|------------------|---|
128+
| devbox | None | - | Nix | All |
129+
| distrobox | <details><summary>Weak</summary>Home is mutated and root can be reached</details> | Minimal | OCI | <details><summary>Home</summary>Root is mounted in `/run/host`</details> |
130+
| folderbox | Partial | Raw | OCI | Directory |
131+
| x11docker | Strong | Yes | OCI | None |
132132

133133
* [devbox](https://github.com/jetpack-io/devbox) - "Instant, easy, and predictable development environments"
134134
* Uses Nix packaging to provide packages but doesn't isolate file access from the host, whereas folderbox is isolated to project folders

0 commit comments

Comments
 (0)