🌐
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 β€Ί bennzhang β€Ί docker-demo-with-simple-python-app
GitHub - bennzhang/docker-demo-with-simple-python-app Β· GitHub
/usr/src/app # Application Environment variables #ENV APP_ENV development ENV PORT 8080 # Exposing Ports EXPOSE $PORT # Setting Persistent data VOLUME ["/app-data"] # Running Python Application CMD gunicorn -b :$PORT -c gunicorn.conf.py main:app Β· Normally, image name convention is something like: {company/application-name}:{version-number}. In the demo, I just use {application-name}:{version-number} ... $ 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 β€Ί docker β€Ί python-docker
GitHub - docker/python-docker: A simple Python app for the Python Language Guide in Docker's Docs
A simple Python app for the Python Language Guide in Docker's Docs - docker/python-docker
Starred by 16 users
Forked by 101 users
Languages Β  Python 100.0% | Python 100.0%
🌐
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.
Run a simple python web service in a docker container linking to database running in another container. ... Begin by starting in the myapp directory we created earlier on the virtual machine. The rest of the tutorial will assume you are using, and on the command-line of the Vagrant-generated virtual machine provided with our source code.
Starred by 5 users
Forked by 3 users
Languages Β  Python 96.2% | Dockerfile 3.8% | Python 96.2% | Dockerfile 3.8%
🌐
GitHub
github.com β€Ί dockersamples β€Ί helloworld-demo-python
GitHub - dockersamples/helloworld-demo-python: Demonstrating Hello World Python Example for docker init CLI Β· GitHub
Demonstrating Hello World Python Example for docker init CLI - dockersamples/helloworld-demo-python
Starred by 13 users
Forked by 73 users
Languages Β  Python
🌐
GitHub
github.com β€Ί topics β€Ί docker-python
docker-python Β· GitHub Topics Β· GitHub
python docker cheating cheat ctf ctfd docker-python ctfd-plugin docker-py ... Getting started with docker for machine learning/deep learning libraries and frameworks. 🐳 + β„³ 𝓛 Β· docker deep-learning docker-container tensorflow docker-image deep-learning-tutorial docker-python docker-tensorflow deep-learning-docker getting-started-with-docker docker-container-deep-learning docker-keras docker-theano docker-anaconda machine-learning-docker
🌐
GitHub
github.com β€Ί RobertoChiosa β€Ί docker-python-tutorial
GitHub - RobertoChiosa/docker-python-tutorial: A simple tutorial on how to deploy python application in docker
A simple tutorial on how to deploy python application in docker - RobertoChiosa/docker-python-tutorial
Author Β  RobertoChiosa
🌐
GitHub
github.com β€Ί YoongiKim β€Ί DockerTutorial
GitHub - YoongiKim/DockerTutorial: Simplest Docker Tutorial
# 1. base image FROM pytorch/pytorch:1.1.0-cuda10.0-cudnn7.5-devel # 2. apt install # Each time RUN docker creates intermediate container. Use '\' to coninuously run commands. RUN apt update && \ apt install -y git wget ffmpeg libsm6 libxext6 libxrender-dev libglib2.0-0 # 3. pip install COPY ./pip.conf ~/.pip/pip.conf RUN pip install numpy opencv-python lmdb pyyaml pickle5 matplotlib seaborn # 4.
Starred by 29 users
Forked by 24 users
Languages Β  Python 51.3% | Dockerfile 48.7% | Python 51.3% | Dockerfile 48.7%
🌐
GitHub
github.com β€Ί topics β€Ί python-docker
python-docker Β· GitHub Topics Β· GitHub
February 4, 2021 - A simple Docker sandbox example and a ready-to-use autograder API. Based on asynchronous FastAPI and disposable Docker containers. Three modes of operation: Python subprocess, Python Docker SDK and Python on Whales.
Find elsewhere
🌐
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 β€Ί oldD0g β€Ί python-docker
GitHub - oldD0g/python-docker: This is a trivial repo matching the Docker "Build your Python image" tutorial Β· GitHub
This is a trivial repo matching the Docker "Build your Python image" tutorial - oldD0g/python-docker
Author Β  oldD0g
🌐
GitHub
github.com β€Ί RamiKrispin β€Ί vscode-python
GitHub - RamiKrispin/vscode-python: A Tutorial for Setting Python Development Environment with VScode and Docker Β· GitHub
This repo provides a step-by-step guide and a template for setting up a Python 🐍 development environment with VScode and Docker 🐳. Docker is an amazing tool, but it has some learning curve.
Starred by 951 users
Forked by 99 users
Languages Β  Shell 67.0% | Dockerfile 26.1% | Python 6.9%
🌐
GitHub
github.com β€Ί eriky β€Ί docker-python-example
GitHub - eriky/docker-python-example
This repository is a companion to the chapter on containerizing your Python project. Read it for free at Containerize your Python project with Docker, part of my Python tutorial at Python Land.
Starred by 6 users
Forked by 74 users
Languages Β  Python 61.0% | Dockerfile 39.0% | Python 61.0% | Dockerfile 39.0%
🌐
GitHub
github.com β€Ί deis β€Ί example-dockerfile-python
GitHub - deis/example-dockerfile-python: A simple Dockerfile / Python app for Deis, the open source PaaS Β· GitHub
Step 1 : FROM gliderlabs/alpine:3.4 ---> 4ccfa836b1ef Step 2 : RUN apk-install python ---> Running in 572ae393ecbd fetch http://alpine.gliderlabs.com/alpine/v3.4/main/x86_64/APKINDEX.tar.gz fetch http://alpine.gliderlabs.com/alpine/v3.4/community/x86_64/APKINDEX.tar.gz (1/10) Installing libbz2 (1.0.6-r4) (2/10) Installing expat (2.1.1-r0) (3/10) Installing libffi (3.2.1-r2) (4/10) Installing gdbm (1.11-r1) (5/10) Installing ncurses-terminfo-base (6.0-r7) (6/10) Installing ncurses-terminfo (6.0-r7) (7/10) Installing ncurses-libs (6.0-r7) (8/10) Installing readline (6.3.008-r4) (9/10) Installing sqlite-libs (3.13.0-r0) (10/10) Installing python (2.7.11-r3) Executing busybox-1.24.2-r8.trigger OK: 51 MiB in 21 packages ---> fbecd3fd8d74 Removing intermediate container 572ae393ecbd Step 3 : ADD .
Starred by 4 users
Forked by 23 users
Languages Β  HTML
🌐
GitHub
github.com β€Ί championshuttler β€Ί docker-basicLearning
GitHub - championshuttler/docker-basicLearning: 🐬 Understand Docker step by step. A tutorial repo for beginners πŸ”₯
requirements.txt lists the Python packages required for the app. Let’s use Compose to bring the app up. You must run all of these following commands from within the counter-app directory: ... It’ll take a few seconds for the app to come up, and the output can be quite verbose. With the application successfully deployed, you can point a web browser at your Docker host on port 5000and see the application in all its glory. Did you find the tutorial to be a complete mess or did you have fun and learn something?
Starred by 379 users
Forked by 35 users
Languages Β  JavaScript 66.3% | Dockerfile 33.7%
🌐
DEV Community
dev.to β€Ί deepjyoti30 β€Ί github-python-and-docker-the-sweet-trio-18bc
Github, Python and Docker: The Sweet Trio - DEV Community
June 9, 2021 - This file needs to follow the GitHub workflow syntax. We can define jobs in the file. Each job can have a few steps that are supposed to be followed. Jobs can be defined in the following way: jobs: # Name of the job push-to-docker: runs-on: ubuntu-latest # Use latest Ubuntu for the steps steps: # Do something - name: Do something
🌐
GitHub
github.com β€Ί Apress β€Ί practical-docker-with-python
GitHub - Apress/practical-docker-with-python: Source Code for 'Practical Docker with Python' by Sathyajith Bhat
── chapter-3 β”‚ β”œβ”€β”€ python-app ── chapter-4 β”‚ β”œβ”€β”€ exercise-1 β”‚ β”‚ β”œβ”€β”€ docker-hello-world β”‚ β”œβ”€β”€ exercise-2 β”‚ β”‚ β”œβ”€β”€ docker-multi-stage β”‚ └── exercise-3 β”‚ └── newsbot β”œβ”€β”€ chapter-5 β”‚ β”œβ”€β”€ exercise-1 β”‚ β”‚ β”œβ”€β”€ docker-volume-bind-mount β”‚ └── exercise-2 β”‚ β”œβ”€β”€ docker-subreddit-fetcher-volume β”œβ”€β”€ chapter-6 β”‚ └── exercise-1 β”‚ β”œβ”€β”€ docker-subreddit-fetcher-network └── chapter-7 β”œβ”€β”€ exercise-1 β”‚ └── docker-compose-adminer └── exercise-2 └── subreddit-fetcher-compose
Starred by 80 users
Forked by 89 users
Languages Β  Python 91.0% | HTML 5.6% | Dockerfile 3.4% | Python 91.0% | HTML 5.6% | Dockerfile 3.4%
🌐
GitHub
github.com β€Ί docker-library β€Ί python
GitHub - docker-library/python: Docker Official Image packaging for Python Β· GitHub
Docker Official Image packaging for Python. Contribute to docker-library/python development by creating an account on GitHub.
Starred by 2.7K users
Forked by 1.1K users
Languages Β  Dockerfile 50.3% | Shell 49.7%
🌐
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
$ docker run --name my-container -d -p 8080:8080 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%