Docker

The Docker Ecosystem: An Overview of Containerization — step-by-step Docker tutorial on Progressive Robot

The Docker Ecosystem: An Overview of Containerization

With Docker containerization and service-oriented design, applications can be broken up into manageable, functional components, packaged individually with all of their dependencies, and deployed on irregular architecture easily. In this guide, we will discuss the benefits of containerization and how Docker helps to solve many of the roadblocks that stand in the way of easily moving your application through the development cycle.

Read more
Docker Explained: How To Containerize and Use Nginx as a Proxy — step-by-step Docker tutorial on Progressive Robot

Docker Explained: How To Containerize and Use Nginx as a Proxy

In this the cloud provider article, our goal is to learn about creating a docker container from a base image and building it to run Nginx (layer by layer). Later, following the steps from the beginning, we create a Dockerfile to automate the process using a custom input file for configurations. In the end, using this Nginx docker image, it becomes possible to create self-contained sandboxes running Nginx, which can be used to serve “dockerised” applications.

Read more
CHAT