Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lstephen/construi
Use Docker to define your build environment.
https://github.com/lstephen/construi
build-tool docker docker-compose
Last synced: 4 days ago
JSON representation
Use Docker to define your build environment.
- Host: GitHub
- URL: https://github.com/lstephen/construi
- Owner: lstephen
- License: apache-2.0
- Created: 2015-02-25T20:32:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:36:04.000Z (almost 2 years ago)
- Last Synced: 2024-09-27T15:04:57.651Z (about 1 month ago)
- Topics: build-tool, docker, docker-compose
- Language: Python
- Homepage: https://construi.org
- Size: 5.85 MB
- Stars: 24
- Watchers: 2
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-docker - construi - Run your builds inside a Docker defined environment by [@lstephen](https://github.com/lstephen) (Development with Docker / Development Environment)
- awesome-docker - construi - Run your builds inside a Docker defined environment by [@lstephen](https://github.com/lstephen) (Development with Docker / Development Environment)
README
Construi
========[![Build Status](https://travis-ci.org/lstephen/construi.svg?branch=master)](https://travis-ci.org/lstephen/construi)
Use docker to define your build environment.
## Installing
Install construi using pip:
```bash
> pip install construi
```## Usage
See
* [Getting Started](https://construi.org/getting_started.html)
* [User Guide](https://construi.org/user_guide.html)