Docker

What is Docker? — step-by-step Docker tutorial on Progressive Robot

What is Docker?

Docker is a popular open source containerization tool used to provide a portable and consistent runtime environment for software applications, while consuming less resources than a traditional server or virtual machine. Docker uses containers, isolated user-space environments that run at the operating system level and share system resources such as the kernel and the filesystem.

Read more
Контейнеризация приложения Node.js для разработки с использованием Docker Compose — step-by-step Docker tutorial on Progressive Robot

Контейнеризация приложения Node.js для разработки с использованием Docker Compose

Если вы активно занимаетесь разработкой приложений, использование Docker может упростить ваш рабочий процесс и процесс развертывания вашего приложения в продакшен. Работа с контейнерами в процессе разработки предоставляет следующие преимущества: Среды…

Read more
Docker Explained: How To Create Docker Containers Running Memcached — step-by-step Docker tutorial on Progressive Robot

Docker Explained: How To Create Docker Containers Running Memcached

In this the cloud provider article, especially keeping in mind those who host multiple web applications (e.g. multiple WordPress instances, Python Applications, etc.), we are going to create docker images to quickly start running (on-demand) Memcached containers which can be operated individually. These containers, kept and secured within their own environments, will work with the application being hosted to help them get better and faster.

Read more
CHAT