From 554c076906d8a70d0d543690b16c9562c3e64bf0 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Sun, 30 May 2021 13:45:10 +0200 Subject: [PATCH] Add big issue --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index decc2b8..0f68d27 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# ISSUE + +OpenBSD filesystem doesn't allow hard link with directories, this is essential for the thing to work. Until a solution is imagined, it can't be done as designed. + # Introduction `pocker` is a tool to mimic `docker` on OpenBSD using chroot. Each step of the `Pockerfile` create a separate file hierarchy until the last instruction that will be used on the latest incremental version of the hierarchy. Using hard links on the filesystem, it will allow grafting a local directory into the chroot for persistency.