All Projects → nikos → python3-alpine-flask-docker

nikos / python3-alpine-flask-docker

Licence: Apache-2.0 license
Sample Docker container for a Python 3 Flask based application with minimal footprint.

Programming Languages

Makefile
30231 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to python3-alpine-flask-docker

Docker Ntp
🕒 Chrony NTP Server running in a Docker container (without the priviledged flag)
Stars: ✭ 97 (+321.74%)
Mutual labels:  alpine-linux
Alpine Make Vm Image
Make customized Alpine Linux disk image for virtual machines
Stars: ✭ 145 (+530.43%)
Mutual labels:  alpine-linux
Docker Robot Framework
Robot Framework in Docker Alpine
Stars: ✭ 212 (+821.74%)
Mutual labels:  alpine-linux
Docker Matomo
Matomo (formerly Piwik) Docker image based on Alpine Linux
Stars: ✭ 117 (+408.7%)
Mutual labels:  alpine-linux
Docker Mailserver
Docker Mailserver based on the famous ISPMail guide
Stars: ✭ 129 (+460.87%)
Mutual labels:  alpine-linux
Pieman
Script for creating custom OS images for single-board computers
Stars: ✭ 149 (+547.83%)
Mutual labels:  alpine-linux
Apk Tools
[MIRROR] Alpine package manager
Stars: ✭ 92 (+300%)
Mutual labels:  alpine-linux
super-super-heroku-bot
Discord bot using Heroku, 24/7!
Stars: ✭ 19 (-17.39%)
Mutual labels:  template-project
Alpine Chroot Install
Install Alpine Linux in chroot with a breeze. Build ARM on Travis CI or any other x86_64 CI.
Stars: ✭ 133 (+478.26%)
Mutual labels:  alpine-linux
Alpine Ikev2 Vpn
Small Simple Free runing container's IKEv2 VPN base alpine image.
Stars: ✭ 215 (+834.78%)
Mutual labels:  alpine-linux
Mg
Micro (GNU) Emacs-like text editor ❤️ public-domain
Stars: ✭ 117 (+408.7%)
Mutual labels:  alpine-linux
Wslu
A collection of utilities for Windows 10 Linux Subsystems
Stars: ✭ 2,020 (+8682.61%)
Mutual labels:  alpine-linux
Image Bootstrap
⛅️ Creates (chroots and) bootable virtual machine images; command line tool (Python 3)
Stars: ✭ 178 (+673.91%)
Mutual labels:  alpine-linux
Postinstall
💻 Bash Script to automate post-installation steps
Stars: ✭ 104 (+352.17%)
Mutual labels:  alpine-linux
Termuxalpine
Use TermuxAlpine.sh calling to install Alpine Linux in Termux on Android. This setup script will attempt to set Alpine Linux up in your Termux environment.
Stars: ✭ 224 (+873.91%)
Mutual labels:  alpine-linux
Alpine Pkg Glibc
A glibc compatibility layer package for Alpine Linux
Stars: ✭ 1,324 (+5656.52%)
Mutual labels:  alpine-linux
Docker Wordpress
WordPress container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux
Stars: ✭ 148 (+543.48%)
Mutual labels:  alpine-linux
docker-nextcloud
Nextcloud Docker image
Stars: ✭ 209 (+808.7%)
Mutual labels:  alpine-linux
Alpine Vim
"dockerized" Vim
Stars: ✭ 242 (+952.17%)
Mutual labels:  alpine-linux
Alpinewsl
Alpine Linux based WSL distribution. Supports multi-install. Lightest WSL distribution.
Stars: ✭ 203 (+782.61%)
Mutual labels:  alpine-linux

python3-alpine-flask-docker Build Status Image Info

Sample Docker container for a Python 3 Flask based application with minimal footprint.

Based on "standard" Python 3 Docker image making use of Alpine Linux, see https://hub.docker.com/_/python/

Build Docker image

Generate docker image:

make build

Run Docker container

Spin up a container based on this docker image:

make run

Now you should be able to open http://0.0.0.0:5000 and see the demo Flask app returning a friendly Hello page.

If you use docker machine (on Mac OS X or Windows) please consult the docker inspect result to get the IP of the host machine (see make inspect).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].