IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
706B

  1. Focker is a FreeBSD image orchestration tool in the vein of Docker.
  2. Focker leverages ZFS and Jails to natively provide powerful
  3. containerization primitives (images, volumes and containers) first
  4. introduced by the Docker platform without taking up the
  5. significantly more challenging task of achieving Docker
  6. compatibility. This has never been and never will be the goal of
  7. Focker which allows it to remain a lightweight tool with minimal
  8. dependencies and highly maintainable codebase. At the same time,
  9. the image building paradigm based on checksummed steps/layers and
  10. flexible composition builder offer significant time savings for
  11. pragmatic FreeBSD sysadmins.
  12. WWW: https://github.com/sadaszewski/focker