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.