Skip to content
  • Sébastien Han's avatar
    7ca9c00c
    docker: only use systemd to manage containers · 7ca9c00c
    Sébastien Han authored
    
    
    Prior to this patch we had several ways to runs containers, we could use
    ansible's docker module on some distro and on containers distros we were
    using systemd. We strongly believe threating containers as services with
    systemd is the right approach so this patch generalizes to all the
    distros. These days most of the distros are running systemd so it's fair
    assumption.
    
    Signed-off-by: default avatarSébastien Han <seb@redhat.com>
    7ca9c00c
    docker: only use systemd to manage containers
    Sébastien Han authored
    
    
    Prior to this patch we had several ways to runs containers, we could use
    ansible's docker module on some distro and on containers distros we were
    using systemd. We strongly believe threating containers as services with
    systemd is the right approach so this patch generalizes to all the
    distros. These days most of the distros are running systemd so it's fair
    assumption.
    
    Signed-off-by: default avatarSébastien Han <seb@redhat.com>
Loading