Docker

Docker Explained: How To Containerize Python Web Applications — step-by-step Docker tutorial on Progressive Robot

Docker Explained: How To Containerize Python Web Applications

In this the cloud provider article, we’ll talk about “containerizing” Python web applications in order to have them in very secure sandboxes, absolutely kept within their own environments (unless you explicitly “link” them to another). In order to achieve this, we’ll see about creating a docker container to host a Python web application step-by-step, finally bootstrapping our build processes with a Dockerfile to fully automate it.

Read more
How to Deploy a Resilient Go Application to Kubernetes — step-by-step Docker tutorial on Progressive Robot

How to Deploy a Resilient Go Application to Kubernetes

In this tutorial, you will build a sample Go application and get it up and running locally on your development machine. Then you’ll containerize the application with Docker, deploy it to a Kubernetes cluster, and create a load balancer that will serve as the public-facing entry point to your application.

Read more
Cara Menginstal dan Menyiapkan Laravel dengan Docker Compose pada Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

Cara Menginstal dan Menyiapkan Laravel dengan Docker Compose pada Ubuntu 20.04

Kontainerisasi aplikasi mengacu pada suatu proses adaptasi aplikasi dan komponennya dengan tujuan agar dapat menjalankannya dalam lingkungan ringan yang dikenal sebagai kontainer. Lingkungan tersebut terisolasi dan dapat dibuang, serta dapat dimanfaatkan lebih lanjut untuk pengembangan, pengujian, dan penyebaran aplikasi hingga produksi. Dalam panduan ini, kita akan menggunakan Docker Compose untuk melakukan kontainerisasi aplikasi Laravel sebagai pengembangan pada Ubuntu 20.04.

Read more
Установка и использование Docker Compose в Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

Установка и использование Docker Compose в Ubuntu 20.04

Docker упрощает управление процессами приложений в контейнерах. Хотя контейнеры в некоторых отношениях аналогичны виртуальным машинам, они более компактные и более эффективно используют ресурсы. Это позволяет разработчикам разбить среду приложения на несколько изолированных…

Read more
CHAT