タグ

Linuxとcgroupsに関するnsyeeのブックマーク (2)

  • Linux女子部 systemd徹底入門

    5. Open Cloud Campus 5 Linux女子部 systemd徹底入門! Linuxの起動プロセス (1)  「システムBIOS」が起動ディスクからブートローダ(GRUB)をメモリに読み込んで実行。  GRUBは起動カーネル選択画面を表示して、指定されたカーネルと初期ラムディスクをメモ リに読み込んだ後に、カーネルを実行。  カーネルは、初期ラムディスクの内容をメモリ上のラムディスク領域に展開して、「initス クリプト」を実行。 – 初期ラムディスクには、ルートファイルシステムへのアクセスに必要なデバイスドライバと「init スクリプト」が含まれます。 ブートローダ (GRUB) /bootファイルシステム ② ブートローダが 読み込み ③ ラムディスク領域 に展開 起動ディスク物理メモリ Linuxカーネル 初期ラムディスク Linuxカーネル 初期ラムディスク

    Linux女子部 systemd徹底入門
  • Docker security

    There are four major areas to consider when reviewing Docker security: The intrinsic security of the kernel and its support for namespaces and cgroupsThe attack surface of the Docker daemon itselfLoopholes in the container configuration profile, either by default, or when customized by users.The "hardening" security features of the kernel and how they interact with containers.Kernel namespacesDock

    Docker security
  • 1