mincs icon indicating copy to clipboard operation
mincs copied to clipboard

MINCS - Mini Container Shellscript

Results 8 mincs issues
Sort by recently updated
recently updated
newest added

Dear all, I am an Android system hobbyist and is a bit new to linux. I success to compile a arm64 kernel for a unlocked phone thus is running TWRP...

The ``--squash`` option honors the Dockerfile changes that have been applied in each layer, e.g. rename, move, etc. The benefit of using _squashed_ Docker images: * The resulting container's file/folder...

The most recent [Docker image specification](https://github.com/moby/moby/blob/master/image/spec/v1.2.md#creating-an-image-filesystem-changeset) describes what metadata is used in the layers in order to detect changes that have occurred in the layered structure (e.g. deleted files/folders). Currently...

With recent kernel, --arch arm doesn't work (no output) Even with ermine-breeder testrun, there is no output. We have to fix it. How to reproduce: ``` cd mincs ./ermine-breeder build...

Capsh is a great tool to drop capabilities for preventing jailbreak from chroot. However, it hardcodes /bin/bash to run(in chrooted rootfs), thus we can not run containers which don't have...

Currently --um mode doesn't work on ubuntu 16.04, but works on Fedora25. Investigation shows that it fails to handle SIGSEGV on vmalloc pages. I've checked that sigaction is correctly set...

If you try to import the docker image to contain multiple images, like as followings. ``` $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE ubuntu latest c73a085dc378 5 weeks...

enhancement

Use [OCF](https://github.com/opencontainers/specs) config file to configure runtime and container image. This will change marten's behavior.