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.2.tar.gz
(15.7 kB
view details)
Built Distribution
grocker-5.2-py2.py3-none-any.whl
(23.4 kB
view details)
File details
Details for the file grocker-5.2.tar.gz
.
File metadata
- Download URL: grocker-5.2.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66d9f4c496826e0c8cfb085caa6c7edbf5ef9b0ab0f4442b4d007d00af283095 |
|
MD5 | d20ce5c768fd219a2c8c43b5d838bb6a |
|
BLAKE2b-256 | 0905147b20638ed1de8fd0bab28d9206c655882e68283408cb2fc52908eba6b4 |
File details
Details for the file grocker-5.2-py2.py3-none-any.whl
.
File metadata
- Download URL: grocker-5.2-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 | dcb2b6f282527fad264288db7fffed6a1897883855dc342f70ef47fc0568b4b7 |
|
MD5 | 7c5360032d933238ea7d52137266792d |
|
BLAKE2b-256 | e9c0cc457c7f7c55183c1e7705cdf699985767a2ed12b37a72041d822a16fa9f |