Add big issue

This commit is contained in:
Solene Rapenne 2021-05-30 13:45:10 +02:00
parent eb016545b5
commit 554c076906
1 changed files with 4 additions and 0 deletions

View File

@ -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.