flyingcloud 0.3.31

Creator: bradpython12

Last updated:

Add to Cart

Description:

flyingcloud 0.3.31

Build Docker images using SaltStack
This is a Python library and set of tools that lets you build Docker images using
masterless SaltStack instead of (or in addition to) using Dockerfiles.
FlyingCloud is easy to run from the commandline, and built to be run on
a Continuous Integration server.


Why would I want to do that?

Because you are installing a complex stack of software and have outgrown Docker’s simple installation system.
Because you want to configure your Docker layers instead of writing shell scripts.
Because you want to install the same software stack on developer workstations and don’t want to
maintain two separate ways of installing a complex stack of software.



How it works
FlyingCloud runs Salt
in masterless mode,
applying Salt states
for each Docker layer. Layers can also run custom Python code if necessary.
Salt states can do many system administration tasks solely with configuration.
Here’s a list of all the built-in Salt states.
And you can write your own.


Installation
$ pip install flyingcloud


Example
The Flask Web App Example shows how to create several reusable Docker images, built
on each other, along with a small web application and an example of running tests inside
the Docker container.


Documentation

FlyingCloud



Contributing
We welcome contributions. This project is in an early stage and under heavy development.
To contribute, join the Google Group or file a pull request.

FlyingCloud Google Group



License

Apache License v2.0

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.