fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
15 lines
825 B
Text
15 lines
825 B
Text
crate is a FreeBSD containerizer utilizing FreeBSD jails.
|
|
|
|
crate can create the application container based on the description provided by
|
|
the user, and then runs this container any number of times as a monolithic
|
|
process, with all dependencies included in the container.
|
|
|
|
Containers can be useful in these scenarios:
|
|
* You can keep any version of your application, and it will always run later the
|
|
same way, regardless of what packages will be installed on your system.
|
|
* You can run a web browser from the crate container, and every time it will run
|
|
in the clean environment not allowing any tracking.
|
|
* You can run closed source applications, they will be isolated from the rest of
|
|
your system, and there will be no chance for them seeing your disks.
|
|
|
|
crate is in its alpha stage. Things might not work as expected!
|