Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreipol/python
docker image for dreipol python deployments
https://github.com/dreipol/python
Last synced: 7 days ago
JSON representation
docker image for dreipol python deployments
- Host: GitHub
- URL: https://github.com/dreipol/python
- Owner: dreipol
- Created: 2015-05-08T09:41:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T16:42:42.000Z (over 6 years ago)
- Last Synced: 2023-03-22T17:47:37.610Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python [![](https://badge.imagelayers.io/dreipol/python.svg)](https://imagelayers.io/?images=dreipol/python:latest)
Base image for Dreipol Python deployments.
## Stack
- Python 3.4
- Node 0.12## Build Image
```bash
docker build -t dreipol/python .
```