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.1.tar.gz
(15.8 kB
view details)
Built Distribution
grocker-4.1-py2.py3-none-any.whl
(22.0 kB
view details)
File details
Details for the file grocker-4.1.tar.gz
.
File metadata
- Download URL: grocker-4.1.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aaec3abb5863ec00caf2c3e17048aca3135d11f19b015e8450d654deba3aaf18 |
|
MD5 | 7347f1f62b45b6b6c4a802c15149ce23 |
|
BLAKE2b-256 | c7b0930b915fff93b2d130b0daefff5ff9fbfbeff0f7f157058405d4957ffee8 |
File details
Details for the file grocker-4.1-py2.py3-none-any.whl
.
File metadata
- Download URL: grocker-4.1-py2.py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e814bc527639a0eabb62cf2a5a0ca7a18d29ea40f6a6b6c3681dd6b14e0f9f8b |
|
MD5 | 1c67d02a246055fa4b88604d92310c65 |
|
BLAKE2b-256 | 2a7b61444a152d7135028af7416562f5e09c6b184443243ddd1eef57cc4e4097 |