Linux Container Internals: Lab 1: Container Architecture

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

very nice clear explanation of what docker actually is. Thanks.

maxcady
Автор

Thanks for let me know about the docker run on linux and not on docker, i had a wrong understanding about that. cheers.

williampispico
Автор

Thanks Scott. Really nice explanation. If you can point to the presentation would be nice. Its impossible to read through the diagrams you added in the video.

mayankjain
Автор

I am new to containers, but I am skeptical about the statement "containers are processes". My evidence is that, `docker run` can create a container without running any process in it. Also after the process has exited, the container is still there, it can be reused to create new processes. So, the container and process are 2 different related things.

DagangWei
Автор

API could be a layer in a whole mechanism. Why not docker??

worldhello