mirror of
https://github.com/kennethreitz/bob-builder.git
synced 2026-06-05 23:20:17 +00:00
f3c0fc17ca1df0a51761de3f854e670f6c3f954c
bob-the-builder: Builds images, from your code.
UNDER DEVELOPMENT
Usage
# Build a Dockerfile-based image.
$ bob-builder <code-path> <image-name>
Building with Docker.
# Build a Buildpack-style repo.
$ bob-builder <code-path> <image-name>
Building with Heroku-ish.
# Push to registry too.
$ bob-builder <path-to-code> <image-name> --push
Description
Languages
Python
90.1%
Dockerfile
9.9%