GitHub
github.com › deis › example-dockerfile-python
GitHub - deis/example-dockerfile-python: A simple Dockerfile / Python app for Deis, the open source PaaS · GitHub
$ git clone https://github.com/deis/example-dockerfile-python $ cd example-dockerfile-python $ deis create Creating Application... done, created actual-gatepost Git remote deis added remote available at ssh://git@deis-builder.deis.rocks:222...
Starred by 4 users
Forked by 23 users
Languages HTML
GitHub
github.com › stevemar › sample-python-app › blob › master › Dockerfile
sample-python-app/Dockerfile at master · stevemar/sample-python-app
# Python docker images: https://github.com/docker-library/docs/tree/master/python/ · USER root · · # Copy the src · WORKDIR /app · COPY src/ /app/src/ COPY ./requirements.txt /app · RUN ls -la /app · · # Install python dependencies · RUN python3 --version ·
Author stevemar
Videos
18:47
This Is How You Write an Efficient Python Dockerfile - YouTube
29:54
How to Create a Great Local Python Development Environment with ...
26:08
How to containerize Python applications with Docker - YouTube
05:38
How to Run a Simple Python Program in a Docker Container - YouTube
13:49
How to create a custom GitHub Action with Docker [Python] - YouTube
10:03
Push Python Fastapi project using Poetry and Docker To Github | ...
GitHub
github.com › bennzhang › docker-demo-with-simple-python-app
GitHub - bennzhang/docker-demo-with-simple-python-app · GitHub
$ sudo docker images REPOSITORY TAG IMAGE ID CREATED SIZE my-python-app 1.0.1 2b628d11ba3a 22 minutes ago 701.6 MB docker.io/python 2.7 b1d5c2d7dda8 13 days ago 679.3 MB docker.io/hello-world latest 05a3bd381fc2 5 weeks ago 1.84 kB
Starred by 18 users
Forked by 199 users
Languages Python
GitHub
github.com › datawire › hello-world-python › blob › master › Dockerfile
hello-world-python/Dockerfile at master · datawire/hello-world-python
FROM python:3-alpine · WORKDIR /service · COPY requirements.txt . RUN pip install -r requirements.txt · COPY . ./ EXPOSE 8080 ·
Author datawire
GitHub
github.com › docker-library › python
GitHub - docker-library/python: Docker Official Image packaging for Python · GitHub
This is the Git repo of the Docker "Official Image" for python (not to be confused with any official python image provided by python upstream).
Starred by 2.7K users
Forked by 1.1K users
Languages Dockerfile 50.3% | Shell 49.7%
GitHub
github.com › buildkite › python-docker-example
GitHub - buildkite/python-docker-example: An example pipeline that runs Python tests inside a Docker container using uv for dependency management.
This repository is an example Buildkite pipeline that tests a Python project using Docker and uv, a fast Python package manager.
Starred by 33 users
Forked by 44 users
Languages Dockerfile 50.0% | Python 50.0% | Dockerfile 50.0% | Python 50.0%
GitHub
github.com › patrickloeber › python-docker-tutorial
GitHub - patrickloeber/python-docker-tutorial: Learn how to dockerize Python scripts and a Python web app · GitHub
Starred by 326 users
Forked by 146 users
Languages Python 75.3% | Dockerfile 24.7%
GitHub
github.com › dockersamples › helloworld-demo-python
GitHub - dockersamples/helloworld-demo-python: Demonstrating Hello World Python Example for docker init CLI · GitHub
Starred by 13 users
Forked by 73 users
Languages Python
GitHub
github.com › mozilla › generic-python-docker
GitHub - mozilla/generic-python-docker: An example repo for a generic, dockerized Python project
February 4, 2021 - An example repo for a generic, dockerized Python project - mozilla/generic-python-docker
Starred by 17 users
Forked by 22 users
Languages Python 39.9% | Makefile 24.9% | Dockerfile 19.1% | Shell 16.1% | Python 39.9% | Makefile 24.9% | Dockerfile 19.1% | Shell 16.1%
GitHub
github.com › docker › docker-py
GitHub - docker/docker-py: A Python library for the Docker Engine API · GitHub
A Python library for the Docker Engine API. Contribute to docker/docker-py development by creating an account on GitHub.
Starred by 7.2K users
Forked by 1.7K users
Languages Python
GitHub
github.com › buildkite › python-docker-example › blob › main › Dockerfile
python-docker-example/Dockerfile at main · buildkite/python-docker-example
An example pipeline that runs Python tests inside a Docker container using uv for dependency management. - buildkite/python-docker-example
Author buildkite
GitHub
github.com › dockerfile › python
GitHub - dockerfile/python: Python Dockerfile for trusted automated Docker builds.
(alternatively, you can build an image from Dockerfile: docker build -t="dockerfile/python" github.com/dockerfile/python)
Starred by 73 users
Forked by 71 users
Languages Shell 100.0% | Shell 100.0%
GitHub
github.com › eriky › docker-python-example
GitHub - eriky/docker-python-example
Starred by 6 users
Forked by 74 users
Languages Python 61.0% | Dockerfile 39.0% | Python 61.0% | Dockerfile 39.0%
GitHub
github.com › ngallot › docker-python-helloworld
GitHub - ngallot/docker-python-helloworld: A Python dockerized hello world app · GitHub
A Python dockerized hello world app This repo aims at showing how simple it can be to build a Docker container running a Python (very simple) app. Once you understand how this simple example works, it's easy to apply it to bigger apps.
Starred by 3 users
Forked by 34 users
Languages Dockerfile 83.1% | Python 16.9%
GitHub
github.com › lvthillo › python-flask-docker
GitHub - lvthillo/python-flask-docker: Basic Python Flask app in Docker which prints the hostname and IP of the container
$ git clone https://github.com/lvthillo/python-flask-docker.git $ docker build -t lvthillo/python-flask-docker .
Starred by 80 users
Forked by 354 users
Languages Python 41.7% | HTML 39.6% | Dockerfile 18.7% | Python 41.7% | HTML 39.6% | Dockerfile 18.7%
GitHub
github.com › docker › python-docker
GitHub - docker/python-docker: A simple Python app for the Python Language Guide in Docker's Docs
Starred by 16 users
Forked by 101 users
Languages Python 100.0% | Python 100.0%
GitHub
github.com › snakepacker › python
GitHub - snakepacker/python: Python docker images · GitHub
For example, you may build the jupyter notebook. Just create a Dockerfile with the following content: ################################################################# ####################### BUILD STAGE ############################# ...
Starred by 78 users
Forked by 17 users
Languages Dockerfile 84.7% | Makefile 8.5% | Python 5.5% | Shell 1.3%
GitHub
github.com › DSOI-ALL › docker-tutorial-1
GitHub - DSOI-ALL/docker-tutorial-1: Run a simple python web service in a docker container linking to database running in another container.
Build the python web service container. Make sure to include the trailing '.' ... This command creates a docker container named webservice based on the Dockerfile in the current directory.
Starred by 5 users
Forked by 3 users
Languages Python 96.2% | Dockerfile 3.8% | Python 96.2% | Dockerfile 3.8%