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-4.6.tar.gz
(15.5 kB
view details)
Built Distribution
grocker-4.6-py2.py3-none-any.whl
(22.6 kB
view details)
File details
Details for the file grocker-4.6.tar.gz
.
File metadata
- Download URL: grocker-4.6.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 825e0e16148f3974d34a16b05013ebb33b4585df7a3598c7c0c5f74da24a522d |
|
MD5 | 695dc87ceeb90cd5dd83338b68740864 |
|
BLAKE2b-256 | 6dbb40d1e821d2e1d5121fb8768f94bbc8bd012c345d937e6b2141097e0671ad |
File details
Details for the file grocker-4.6-py2.py3-none-any.whl
.
File metadata
- Download URL: grocker-4.6-py2.py3-none-any.whl
- Upload date:
- Size: 22.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7c0ac53fceef3e25e7d11e02e8ec4b32e315103831e2400d4ce867abdf87a22 |
|
MD5 | 97b0818e59160642c76ecefba602c6b7 |
|
BLAKE2b-256 | 2ae61e4b7dbc14d2ed2596dba0c02deafe8142fcf0b00a1466c43877d4761b42 |