plash icon indicating copy to clipboard operation
plash copied to clipboard

Build and run layered root filesystems.

Results 18 plash issues
Sort by recently updated
recently updated
newest added

When using plash there are some processes that are not properly cleaned up (tried with overlayfs-fuse). There should be some nicer way to clean those than `pkill overlayfs`

https://github.com/ihucos/plash/blob/a452b8dfe94429138671ae5832d50d76d930b259/opt/plash/lib/py/plash/utils.py#L14

Already began a little bit. Since tests are now part of the documentation in http://plash.io/ they should have nicer test names and be written from the perspective of the user:...

test downloading alpine, adding a package and so on. Test common use cases

Something with uionfs-fuse ``` $ plash --from-github ihucos/plash-plash -- plash -A -- touch -m / plash: fetching 100% plash: WARNING: not verifying image signature, gpgv not in PATH plash: extracting......

bug