Skip to content

Homework for devops engineering course, Fall 2021.

Notifications You must be signed in to change notification settings

khaledismaeel/devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOps Engineering, Fall 2021

Lint, test, build, and push

This repository holds our homework for DevOps Engineering course, Fall 2021.

Simple Python web application

Here we present a simple Python web application that displays the current time in Moscow. The application was written in Flask and hosted on a WSGI server using Gunicorn. See our followed best practices for Python and Docker.

Docker

Our application is available through a Docker container at khaledismaeel/app_python. To run the image execute

$ docker run --publish 8000:8000 khaledismaeel/app_python

About

Homework for devops engineering course, Fall 2021.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published