Remove code sample

pull/5561/head^2
Kamran Ahmed 7 months ago
parent 7b297bdba6
commit 7ea80b39fa
  1. 5
      src/data/roadmaps/linux/content/116-containerization/102-container-runtime.md

@ -8,9 +8,4 @@ Under Linux, popular container runtime options include:
- Containerd: Originally developed as a high-level container runtime layer to be used in Docker, Containerd is now often used as a standalone runtime. - Containerd: Originally developed as a high-level container runtime layer to be used in Docker, Containerd is now often used as a standalone runtime.
- CRI-O: A lightweight container runtime specifically optimized for Kubernetes. - CRI-O: A lightweight container runtime specifically optimized for Kubernetes.
```bash
# Sample command to start a Docker container
docker run -d -p 80:80 docker/getting-started
```
In containerization, understanding the role of container runtime is integral as it helps in better designing and running your containerized applications. This further ensures reliability and efficient use of resources. Each container runtime can be suited for different use cases so it's best to understand their pros and cons to use them effectively. In containerization, understanding the role of container runtime is integral as it helps in better designing and running your containerized applications. This further ensures reliability and efficient use of resources. Each container runtime can be suited for different use cases so it's best to understand their pros and cons to use them effectively.
Loading…
Cancel
Save