Skip to content
forked from cristianrz/dockie

Docker-like interface for user chroots in ~180 lines of POSIX shell

License

Notifications You must be signed in to change notification settings

raul-klg/dockie

 
 

Repository files navigation

Dockie

Website: https://dockie.org

Get started: https://github.com/cristianrz/dockie/wiki

FAQ: https://github.com/cristianrz/dockie/wiki/FAQ

Dockie is a wrapper around PRoot to manage unprivileged chroots with a familiar interface.

PRoot, and therefore Dockie, are not security features and should not be used as such. PRoot should only be used as a "soft sandbox" where you can:

  • test some other distros features,
  • fake root privileges or
  • build packages from source without polluting your environment

knowing that whatever gets into your PRoot will be able to get out into your host OS. If you really want isolation have a look at the Isolation section in the wiki.

Dependencies

  • curl
  • file
  • make
  • proot

For the Docker Hub version:

  • bash
  • go
  • jq

Installation

See "Installation" on the wiki.

Usage

See "Usage" on the wiki.

About

Docker-like interface for user chroots in ~180 lines of POSIX shell

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 72.4%
  • Roff 23.9%
  • Makefile 3.7%