mirror of
https://github.com/kennethreitz/bob-builder.git
synced 2026-06-05 23:20:17 +00:00
1685be0111450ec8c24fa82daba98bb709f7d007
bob-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%