-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Za Wilgustus edited this page Dec 19, 2016
·
3 revisions
DESIDERATA:
- Users of virtualenv should find the basic operations of containenv intuitive.
The basic operations are
containenv init
andcontain
. - A User should be able to use containenv in a transparent fashion, similar to the virtualenv process, without any knowledge of containerization technologies.
- A User of containerization technologies e.g. "rkt" or "docker" should be able to use the products of
containenv
commands, to achievecontainenv
-like goals, with no knowledge ofcontainenv
. - Implicit in the previous goal is that
containenv
should support (or at least be extensible to support) multiple containerization techs.