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
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.0.tar.gz
(15.8 kB
view details)
Built Distribution
grocker-4.0-py2.py3-none-any.whl
(22.1 kB
view details)
File details
Details for the file grocker-4.0.tar.gz
.
File metadata
- Download URL: grocker-4.0.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f7d0d6908532cf3b41cd3df543726a4ebccfd1fb022ddf0826c8350678356c8 |
|
MD5 | 18b118b7e918f7fc5d771f26c4a956fe |
|
BLAKE2b-256 | cb0042adbfcf18f800f92cadc8e37fedf521b30d6d58468eb3479cde463ec990 |
File details
Details for the file grocker-4.0-py2.py3-none-any.whl
.
File metadata
- Download URL: grocker-4.0-py2.py3-none-any.whl
- Upload date:
- Size: 22.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f639320d03c6e0a2194ca7c129b0b670359994dd73c34a1e8a0415d92e1ed8a |
|
MD5 | 5fa95a771e60fe7ac3c9f7fd79b95822 |
|
BLAKE2b-256 | 271143735e00a2c99c33e1e2a9039fab58009e6760bb0e96bae49de1513934e0 |