https://github.com/orenlab/dockerfiles
Simple, clear, and working Dockerfile templates for Python applications.
https://github.com/orenlab/dockerfiles
alpine docker dockerfile linux python
Last synced: about 2 months ago
JSON representation
Simple, clear, and working Dockerfile templates for Python applications.
- Host: GitHub
- URL: https://github.com/orenlab/dockerfiles
- Owner: orenlab
- License: mit
- Created: 2024-05-22T06:12:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T07:11:48.000Z (about 2 years ago)
- Last Synced: 2024-05-23T07:38:57.451Z (about 2 years ago)
- Topics: alpine, docker, dockerfile, linux, python
- Language: Dockerfile
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dockerfiles
Simple, clear, and working Dockerfile templates for Python applications based on Alpine image.
## Features
- Multi-stage
- Targets
- Minimum image size
## Installation
Simple and intuitive installation and setup:
```bash
git clone https://github.com/orenlab/dockerfiles.git
```
Then open the `Dockerfile` in your preferred editor and make the necessary changes to the `paths` and `dependencies`.
## Usage/Examples
Dockerfile is configured to use two targets:
- For a `production` system
```bash
docker --target production build -t name/image:tag .
```
- For `development` system
```bash
docker --target development build -t name/image:tag .
```
## Authors
- [@orenlab](https://github.com/orenlab/dockerfiles)
## License
[](https://github.com/orenlab/dockerfiles/blob/main/LICENSE)