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.3.tar.gz
(15.3 kB
view details)
Built Distribution
grocker-5.3-py2.py3-none-any.whl
(23.6 kB
view details)
File details
Details for the file grocker-5.3.tar.gz
.
File metadata
- Download URL: grocker-5.3.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fb289e427b57580a81d56f1d33f0c313e05b4d8c959bc67eefce2bf2a7714b7 |
|
MD5 | 1506b1d2ac10ff601105394c2ab7ad95 |
|
BLAKE2b-256 | 81047d7ab734554c08a28420b3ec895b5c584cdd0d2e0332ddd4947c799cab3a |
File details
Details for the file grocker-5.3-py2.py3-none-any.whl
.
File metadata
- Download URL: grocker-5.3-py2.py3-none-any.whl
- Upload date:
- Size: 23.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0c2efc448149f37c1e264550a7b64b2e235a0c71a3f02b65c95cd5ae77ee001 |
|
MD5 | d85bec815fb190d546e3915e901f7d7f |
|
BLAKE2b-256 | f3d4a6b006cc1bef5589f607f6cdb403bd99535def839c322743804c1f6a5234 |