Skip to Content
Docker: Up & Running, 3rd Edition
book

Docker: Up & Running, 3rd Edition

by Sean P. Kane, Karl Matthias
April 2023
Intermediate to advanced
418 pages
11h 17m
English
O'Reilly Media, Inc.
Content preview from Docker: Up & Running, 3rd Edition

Chapter 12. The Expanding Landscape

The landscape of tools that are available to interact with Linux containers is constantly evolving, especially with the significant adoption that Kubernetes has experienced for many years.

In this chapter, we are going to take a very quick tour of a few tools that are inspired by Docker but are often focused on improving specific use cases. This is not intended to be a comprehensive list but instead is intended to simply give you a taste of some of the categories and options that are available to explore.

Client Tools

In this section, we are going to introduce three command-line tools: nerdctl, podman, and buildah. All of these tools might be useful to anyone familiar with Docker and its common workflows.

nerdctl

Although crictl1 is installed by default in many containerd-based environments, nerdctl is an easy-to-use Docker-compatible CLI for containerd, which is worth checking out. This means that nerdctl can provide a very easy migration path for people and scripts that use Docker but need to support containerd systems that are not running the Docker daemon.

As a quick example, if you spin up a small Kubernetes cluster with kind, which we discussed in “Kind”, you should end up with a containerd-based Kubernetes cluster that is not directly compatible with the docker CLI:

$ kind create cluster --name nerdctl
Creating cluster "nerdctl" …


$ docker container exec -ti nerdctl-control-plane /bin/bash

You should now be inside the kind/Kubernetes ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Kubernetes: Up and Running, 3rd Edition

Kubernetes: Up and Running, 3rd Edition

Brendan Burns, Joe Beda, Kelsey Hightower, Lachlan Evenson

Publisher Resources

ISBN: 9781098131814Errata Page