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

Alpha Pre-Release v1.6.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@JasonYangShadow JasonYangShadow released this 09 Oct 04:43
· 71 commits to master since this release

In this release, LPMX supports making a direct call to other applications inside other containers from the current container.
By default, LPMX can make a direct call to other applications installed in the host, while this release extends this feature to applications installed in other containers.

Peek 2020-10-09 13-30
The above gif shows a demo on this feature, we installed samtools inside a container which is already exposed to the host so that users can directly use samtools inside the host. Then we create another container that does not install vim and samtools, by setting FAKECHROOT_EXCLUDE_EXE env var, we can directly call vim and samtools inside the container