Skip to content

Commit

Permalink
Remove code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Apr 25, 2024
1 parent 7b297bd commit 7ea80b3
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -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.
- 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.

0 comments on commit 7ea80b3

Please sign in to comment.