Skip to content

Strange container names when using Docker Desktop #26

Answered by thediveo
thediveo asked this question in Q&A
Discussion options

You must be logged in to vote

No, this isn't a bug, but an Edgeshark feature nicknamed "the turtlefinder" 😀

The bracketed [services.linuxkit/02-docker] indicates that this container is "inside" another container, because the Docker daemon runs inside another (non-Docker) container as opposed to running directly in a host (where the PID 1 is). This is due to the way Docker Desktop is designed.

This can be seen here:

Here, we've highlighted a containerd container named services.linuxkit/02-docker that runs on the host and is attached to the host network. Now, the containerd engine uses what is termed "namespaces" to separate sets of containers (please don't confuse these namespaces with the Linux kernel namespaces and …

Replies: 1 comment

Comment options

thediveo
Oct 27, 2023
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by thediveo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant