容器实战高手课

Linux 操作系统: 进程管理、内存管理、文件系统、网络协议栈、安全管理

容器: Linux 操作系统 + Namespace & Cgroups

concepts

init 进程

1 号进程是第一个用户态的进程,由它直接或者间接创建了 Namespace 中的其他进程。(/sbin/init -> /lib/systemd/systemd)

kill 命令实际上是传递信号, 进程接收到信号后有三种处理方式

  • ignore
    • SIGKILL, SIGSTOP 无法忽略
  • catch
  • default (缺省行为)
Get Things Done
Built with Hugo
Theme Stack designed by Jimmy