Skip to content

Iside/sandbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotCloud Sandbox

As announced, dotCloud Sandbox is an open-source project which tries to replicate the sandbox flavor of dotCloud: a free and easy way to build web applications.

How does it work?

Sandbox takes your application and its dotcloud.yml as input and outputs a Docker image for each service that can be built; it doesn't support databases (yet?).

Sandbox tries to mimic the original dotCloud build process but a few differences exist:

  • database credentials won't be generated in environment.json;
  • postinstall is not executed (databases are supposed to be available when it's run), but you can probably use a post-build hook instead.

Requirements

  • Docker ≥ 0.2.0, ≤ 0.3.2 or Docker ≥ 0.4.1;
  • Python 2.7 (older versions won't work);
  • A C compiler and the Python development headers.

Documentation

The full documentation is reachable at http://sandbox.dotcloud.com/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.0%
  • Makefile 4.6%
  • Shell 1.4%