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

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonYangShadow committed Nov 12, 2020
1 parent 25b94b3 commit 90bfb40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Below is a basic demo of using LPMX:
6. **Designed for restricted runtime environment**, LPMX is designed for running containers in restricted runtime environments, such as root privilege is not approved or complete off-line usage. LPMX supports complete off-line initialization and deployment, which is especially suitable for scientific computing infrastructure.

A graphic abstract shows differences between our system and other existing implementations.
![graphc abstract](figure/abstract.png)
![graphc abstract](figures/abstract.png)

The root differences between our system and other rootless systems via using the LD_PRELOAD mechanism are that:
1. Our system supports composability, i.e, can isolate processes while allows them to make direct calls (exec) to other processes in the host or in other containers, therefore, eliminating the dependency hell issues.
Expand Down
File renamed without changes

0 comments on commit 90bfb40

Please sign in to comment.