Skip to content

obol89/hello-world-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World

Hello World! http server written in Python with Flask

Usage

Run it locally

virtualenv -p python3 venv
source venv/bin/activate
pip install -qr requirements.txt
python3 server.py

Run it in Docker

docker run --rm -it -p 12333:12333 obol89/hello-world-http-server

Jenkinsfile

Jenkinsfile is using for Pipeline steps in Jenkins.

deployment.yaml

This file describes how container should be deployed in the GKE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published