GeistHaus
log in · sign up

python Docker official image overview

hub.docker.com

Python is an interpreted, interactive, object-oriented, open-source programming language.

32 pages link to this URL
How to Deploy old Django project using NGINX, Docker and UWSGI - Yasoob Khalid

Hi everyone! 👋 I maintain an old website for a client that was originally developed in 2015. It hasn’t been updated for the last 5 years and uses Django 1.7 and some Django extensions which haven’t been updated for Django 3. I recently decided to move the website to a new server and had to repackage the Django code in a Docker container. It took me some time to get it working correctly so I hope this article can save you some time if you ever find yourself in a similar situation.

0 inbound links profile en YasoobYasoob KhalidPython TipsIntermediate PythonPakistanProgrammerBloggerMuhammad Yasoob Ullah KhalidSoftware Engineer CC BY-SA 4.0
A Docker Tutorial for Beginners

Learn to build and deploy your distributed applications easily to the cloud with Docker

0 inbound links article en dockerdocker tutorialdocker guidecontainersgetting startedbeginners
Raphael Kabo

Raphael Kabo's personal website and writing on programming, poetry, and academia.

1 inbound link en CC BY 4.0
Automating Docker container base image updates with Watchtower

The vast majority of Dockerfiles start from a parent image (a base image), which are part of our docker containers, the base from where our projects are built. These base images (normally) are being updated frequently, and we need to follow the updates to not keep our project outdated. Watchtower help us with this frequent updates, managing them seamlessly for our projects.

0 inbound links Article en