3 Star 0 Fork 0

Gitee 极速下载 / coffer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Max00355/Coffer
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Overview

A lightweight platform for creating isolated and portable development environments.

Requirements

  • Python 3
  • Linux (Tested on Ubuntu 17.1.0)

Quick Start

In Terminal

python3 setup.py install

coffer create my_env

coffer enter my_env

What is Coffer?

Before I talk about what Coffer is, let me say what Coffer is not. Coffer is not a replacement for Docker. In fact, if you are looking for a completely isolated container you're probably better off using Docker, or some other container software. Coffer is also not intended to be used as a secure means by which to isolate an application, and it is recommended that Coffer not be used outside of a development setting.

Coffer is a platform for creating isolated filesystem containers. It is intended to be used to create isolated development environments without having to worry about doing any network configuration. Applications that are run in Coffer can be accessed outside of a Coffer environment through localhost without having to do anything more than coffer create <name>. This makes it easy to get environments up and running for those of us who do not need network isolation, and only wish to isolate an app and its dependencies.

Coffer makes it easy to create, enter, and share environments with others.

What are some features of Coffer?

  • Create isolated file system containers
  • Use Coffer templates to automatically install and configure a container
  • Share containers and templates with a team to replicate an environment
  • Does not isolate network, so there is no extra configuring that needs to be done
  • Creating an environment is as easy as executing coffer create <name of environment>

How can I get started?

  1. Clone this repo
  2. Run setup.py
  3. In a terminal execute coffer create first_env
  4. Then coffer enter first_env

Then like that you have created your first environment! For more extensive getting started docs, read our Getting Started docs.

Current Status

Coffer is under very heavy development, and receiving frequent updates. The code in the master branch is considered the most stable, and in it's current state Coffer is ready for actual use. In fact, Coffer development is happening in a Coffer container as of right now. If there are any bugs, please create issues about them.

The MIT License (MIT) Copyright (c) 2016 Frankie Primerano Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
Python
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/mirrors/coffer.git
git@gitee.com:mirrors/coffer.git
mirrors
coffer
coffer
master

搜索帮助