🌐
GitHub
github.com › deis › example-dockerfile-python
GitHub - deis/example-dockerfile-python: A simple Dockerfile / Python app for Deis, the open source PaaS · GitHub
A simple Dockerfile / Python app for Deis, the open source PaaS - deis/example-dockerfile-python
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
Sample containerized Python Flask application for demo purposes - sample-python-app/Dockerfile at master · stevemar/sample-python-app
Author   stevemar
🌐
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 › bennzhang › docker-demo-with-simple-python-app
GitHub - bennzhang/docker-demo-with-simple-python-app · GitHub
$ sudo docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 4de6041072b7 my-python-app:1.0.1 "/bin/sh -c 'gunicorn" 20 minutes ago Up 20 minutes 0.0.0.0:8080->8080/tcp elegant_kowalevski
Starred by 18 users
Forked by 199 users
Languages   Python
🌐
GitHub
github.com › dockerfile › python
GitHub - dockerfile/python: Python Dockerfile for trusted automated Docker builds.
This repository contains Dockerfile of Python for Docker's automated build published to the public Docker Hub Registry.
Starred by 73 users
Forked by 71 users
Languages   Shell 100.0% | Shell 100.0%
🌐
GitHub
github.com › mozilla › generic-python-docker
GitHub - mozilla/generic-python-docker: An example repo for a generic, dockerized Python project
February 4, 2021 - You can simply remove it and use make run COMMAND="python-application hello-world" (replaced with what your app is called) instead · application.py (including the correponding runner in __main__.py, as well as the test in tests/test_application.py, and that test file's name) APP_NAME in Dockerfile (line 4) setup.py file (Start at line 17) The directory for linting in .circleci/config.yml (line 60) This deploys using Dockerhub and CircleCI.
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 › 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.
An example pipeline that runs Python tests inside a Docker container using uv for dependency management. - buildkite/python-docker-example
Starred by 33 users
Forked by 44 users
Languages   Dockerfile 50.0% | Python 50.0% | Dockerfile 50.0% | Python 50.0%
🌐
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%
Find elsewhere
🌐
Docker
docs.docker.com › guides › python › containerize your app
Containerize a Python application
This section walks you through containerizing and running a Python application. The sample application uses the popular FastAPI framework. Clone the sample application to use with this guide. Open a terminal, change directory to a directory that you want to work in, and run the following command to clone the repository: $ git clone https://github.com/estebanx64/python-docker-example && cd python-docker-example
🌐
GitHub
github.com › dockersamples › helloworld-demo-python
GitHub - dockersamples/helloworld-demo-python: Demonstrating Hello World Python Example for docker init CLI · GitHub
This utility will walk you through creating the following files with sensible defaults for your project: .dockerignore · Dockerfile · docker-compose.yaml · FROM python:3.8-alpine RUN mkdir /app ADD . /app WORKDIR /app CMD ["python3", "app.py"] version: '3' services: app: build: .
Starred by 13 users
Forked by 73 users
Languages   Python
🌐
GitHub
github.com › David-Lor › Docker-Python-Git-App
GitHub - David-Lor/Docker-Python-Git-App: 🐳Docker image to deploy a 🐍Python app hosted on a Git repository
A Docker image to deploy a Python app from a Git repository, to avoid building a Docker image for each app.
Starred by 15 users
Forked by 2 users
Languages   Python 79.9% | Makefile 13.8% | Dockerfile 5.6% | Shell 0.7%
🌐
GitHub
github.com › topics › python-docker
python-docker · GitHub Topics · GitHub
February 4, 2021 - A module for Python that facilitates easier usage of Docker in Python. python docker dockerfile docker-container docker-image pip python-docker
🌐
GitHub
github.com › docker › docker-py
GitHub - docker/docker-py: A Python library for the Docker Engine API · GitHub
It lets you do anything the docker command does, but from within Python apps – run containers, manage containers, manage Swarms, etc. The latest stable version is available on PyPI.
Starred by 7.2K users
Forked by 1.7K users
Languages   Python
🌐
GitHub
github.com › codefresh-contrib › python-flask-sample-app › blob › master › Dockerfile
python-flask-sample-app/Dockerfile at master · codefresh-contrib/python-flask-sample-app
Dockerized Python Flask Example application. Contribute to codefresh-contrib/python-flask-sample-app development by creating an account on GitHub.
Author   codefresh-contrib
🌐
CircleCI
circleci.com › blog › automating-deployment-dockerized-python-app
Dockerize a Python app and deploy to Docker Hub - CircleCI
July 1, 2024 - Creating a Dockerfile with the necessary instructions to containerize the application · Running the docker build command to create a Docker image from the Dockerfile · To demonstrate the Docker process in this section of the tutorial, you will use FastAPI RestAPI locally. The API has already been created for you. Start by cloning the repository using this command: git clone https://github.com/CIRCLECI-GWP/python-app-dockerhub.git cd python-app-dockerhub
🌐
GitHub
github.com › patrickloeber › python-docker-tutorial
GitHub - patrickloeber/python-docker-tutorial: Learn how to dockerize Python scripts and a Python web app · GitHub
Learn how to dockerize Python scripts and a Python web app - patrickloeber/python-docker-tutorial
Starred by 326 users
Forked by 146 users
Languages   Python 75.3% | Dockerfile 24.7%
🌐
GitHub
github.com › topics › docker-python
docker-python · GitHub Topics · GitHub
python docker dockerfile docker-container python3 wsgi wsgi-application docker-python bjoern wsgi-python docker-python-bjoern ... docker docker-container rest-api pentesting remote-docker-engine docker-python sql-injection-attacks docker-rest-api ...
🌐
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.
Starred by 3 users
Forked by 34 users
Languages   Dockerfile 83.1% | Python 16.9%
🌐
GitHub
github.com › stevemar › sample-python-app
GitHub - stevemar/sample-python-app: Sample containerized Python Flask application for demo purposes
The application is a simple HelloWorld app using Python and Flask framework. $ docker build -f Dockerfile -t hello-python:latest . $ docker run -it -p 5001:5001 --name hello_python hello-python:latest # Docker Docs: https://docs.docker.com/ ...
Starred by 15 users
Forked by 85 users
Languages   HTML 30.1% | Python 28.5% | CSS 26.2% | Dockerfile 9.1% | JavaScript 6.1% | HTML 30.1% | Python 28.5% | CSS 26.2% | Dockerfile 9.1% | JavaScript 6.1%