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.4.tar.gz
(15.3 kB
view details)
Built Distribution
grocker-5.4-py2.py3-none-any.whl
(23.6 kB
view details)
File details
Details for the file grocker-5.4.tar.gz
.
File metadata
- Download URL: grocker-5.4.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0377ed6f01e081e2e0646ca1f0c31799c23d3660f501aec00decc05924d52609 |
|
MD5 | cef9c3d518c349bc82dfabbca1ff3955 |
|
BLAKE2b-256 | e6744166f9f5add836885845d77989da7d54a98c6224e4229c912647b3abbc5d |
File details
Details for the file grocker-5.4-py2.py3-none-any.whl
.
File metadata
- Download URL: grocker-5.4-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 | 689ea48f91d5a38c52f1348296a22a74a9ffeb29af35e8a7707d8ffcb83b80c9 |
|
MD5 | 6738c42b234ba21245d4e3987657d7a3 |
|
BLAKE2b-256 | 3d6bfe3d21d77a8813714fd79c1c26581e9a4481598397aa2922033046187409 |