From ebdec5f0ce0747f51b358b9bf462f032f8d9e700 Mon Sep 17 00:00:00 2001 From: Brian Hoffmann Date: Wed, 16 Jun 2021 16:10:09 +0200 Subject: [PATCH] Typo --- radar/2021-01-01/oci-container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar/2021-01-01/oci-container.md b/radar/2021-01-01/oci-container.md index 32af38b..4cbe915 100644 --- a/radar/2021-01-01/oci-container.md +++ b/radar/2021-01-01/oci-container.md @@ -7,7 +7,7 @@ quadrant: platforms-and-aoe-services OCI-compatible containers are currently the most-used solution for creating and managing container-based infrastructures and deployments. -Containers and their runtime are an easy way to run applications and serivces as an isolated process (using Linux kernel cgroups, network namespaces and custom mounts). +Containers and their runtime are an easy way to run applications and services as an isolated process (using Linux kernel cgroups, network namespaces and custom mounts). In a DevOps environment, this helps a lot as we can run the exact same software and runtime (such as NodeJS) on both production and locally while developing. This enables us to debug our software much easier. We can compose our project development setup out of small containers. Also, containers allow us to keep our development environment much simpler and independent of our developer's operating system or pre-installed software versions.