Deploying docker images

I covered creating a Python Flask docker image in a previous post. Creating a container is only the first part; you will want to run the container on something more than your local computer. One way to publish your docker image is using an Azure app service. As well as the traditional use, an appContinue reading “Deploying docker images”

Containerized Python

I wanted simple demo web app, which for reasons I’ll come to in a different post, I decided to create a container running a Python web server. If you’ve been living under a rock and do not know anything about containers (and Docker specifically), see this video. I’ll assume this knowledge for the rest ofContinue reading “Containerized Python”