Deepak Patildeepakcloud22.hashnode.dev·Mar 11, 2023Day-17 Task: Docker Project for DevOps Engineers (Dockerfile):Part-2What is Dockerfile? Docker is a tool that makes it easy to run applications in containers. Containers are like small packages that hold everything an application needs to run. To create these containers, developers use something called a Dockerfile. ...80 readsDockerfile
Saurav Sharmaselftaughtdev.hashnode.dev·Nov 9, 2022Dockerize an Django Based app along Postgres + Redis + ElasticSearch 🚀Docker is a wonderful tool to containerise your website. A website have many micro services & inter dependent in most of the cases. Things even get more worse when we try to setup our app on different PC / Operating System. Docker is a lifesaver in t...28 likes·804 readsDocker
Avik Pradhanavik.com.np·Sep 16, 2022Dockerize DjangoHi, this is the first part of series where we will be dockerizing a django application with PostgreSQL database and deploying in server. For production environment we'll use Gunicorn and Nginx. In this post we will write a Dockerfile to build a con...1 like·206 readsDjango with dockerDockerize Django application