Linux interview questions
Docker
Docker Engine consist of:
A server with a long-running daemon process dockerd.
APIs which specify interfaces that programs can use to talk to and instruct the Docker daemon.
A server with a long-running daemon process containerd.
A command line interface (CLI) client docker.
next

1 2 3