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.2.tar.gz
(16.0 kB
view details)
Built Distribution
grocker-4.2-py2.py3-none-any.whl
(22.3 kB
view details)
File details
Details for the file grocker-4.2.tar.gz
.
File metadata
- Download URL: grocker-4.2.tar.gz
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b4a7562e2494abf7d521aac7d6b71f7f40a4d38f7a3a74464fbfdc1aa5fced1 |
|
MD5 | 8b0d7e2064138e0693746721213d5abc |
|
BLAKE2b-256 | 64016cf10a0eaf971c291f618fc0cc9149d19803d1db94ce41c8e229923968b9 |
File details
Details for the file grocker-4.2-py2.py3-none-any.whl
.
File metadata
- Download URL: grocker-4.2-py2.py3-none-any.whl
- Upload date:
- Size: 22.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5aa4700deaca445dfe5907c4015cdacb4f0f798219474ea967dd85028c8042ee |
|
MD5 | 9b34c4a72b06b83e5166947b58df3c13 |
|
BLAKE2b-256 | e8e604d65aed5df27b256afefefc4790fecdd0f570edf2e1cecb450d6383244f |