Docker versus Systemd - Can't we just get along?

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024
  • This talk will cover the struggles making Docker Containers work well with Systemd. We will discuss getting systemd functions like sd_notify, socket activation, cgroup propogation working in a container. The talk will describe how to get docker to use journald for logging containers. The talk will describe how docker containers can be registered with systemd-machined, and how machinectl can be used to manage docker containers. Finally the talk will cover how to run systemd within a container running systemd as pid 1 in a container.

Комментарии • 3

  • @LeifArneStorset
    @LeifArneStorset 7 лет назад +4

    I love that "Docker daemon" is transcribed as "Dr. Demon" or "Darker Demon".

  • @s9209122222
    @s9209122222 4 года назад +1

    I still can't run systemd as PID1 in docker. I didn't see SIGRTMIN+3 in my --stop-signal options.

  • @chkhd
    @chkhd 8 лет назад +1

    Thanks, I think this is the only decent talk from the whole summit..