Docker image builder
Project description
Grocker - a Docker image builder for Python applications
Grocker allows you to bundle your Python applications as Docker image while keeping the image size as minimal as possible.
Grocker uses debian:jessie as its base image. But we have plans to allow using a lightweight distribution such as Alpine Linux in a near future.
Grocker is hosted on Github at https://github.com/polyconseil/Grocker. Grocker full documentation is available on https://grocker.readthedocs.io/.
Installation
Install Docker Engine. See its official documentation.
Install Grocker with pip: pip install grocker.
Basic usage
$ grocker build ipython==5.0.0 --entrypoint ipython
$ docker run --rm -ti ipython:5.0.0-<grocker-version>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
grocker-5.1.tar.gz
(15.1 kB
view details)
Built Distribution
grocker-5.1-py2.py3-none-any.whl
(23.4 kB
view details)
File details
Details for the file grocker-5.1.tar.gz
.
File metadata
- Download URL: grocker-5.1.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4d2f4a34d511655404372bbe789732ee123978bd9acbbd85440cfe4627dca69 |
|
MD5 | f52c3e7ed5ad30fc15af5ecaa7feb2bd |
|
BLAKE2b-256 | 042475ac8383339ca45f76127edc7c5e8ed38b1201fe292c6d2e50ffe977a6d3 |
File details
Details for the file grocker-5.1-py2.py3-none-any.whl
.
File metadata
- Download URL: grocker-5.1-py2.py3-none-any.whl
- Upload date:
- Size: 23.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 943d4839fda76cabe0db87f3fa4c3748d4cf68ef272ace6c9bec5fb5a86cbe69 |
|
MD5 | 10a04589eb306859c99b05b8503962b5 |
|
BLAKE2b-256 | d491d8bcf9bbed28cd42d06ebcc041366dd8bee4f87485440c90d52948a74fab |