Osion kuvaus

  • Resources for the ninth (and last) week of the course on software containers.

    • Verkko-osoite icon
      Exercise round on A+ Verkko-osoite

      Link to the exercises and assignments on A+.

    • Sivu icon
      Deploying containers with Docker Sivu

      This tutorial covers explains how to use Docker to deploy software containers and control their resources.

    • Slides

    • Tiedosto icon
      Operating system-level virtualization Tiedosto PDF

      Slides about:

      • background and motivation;
      • operating system-level virtualization: definition and key features;
      • kernel support in Linux: namespaces and cgroups.

    • Tiedosto icon
      Containers and Docker Tiedosto PDF

      Slides about:

      • containers as software abstraction;
      • Docker: overview and components;
      • container management with Docker.

    • Podcasts

    • Verkko-osoite icon
      Operating system-level virtualization Verkko-osoite

      Podcast on operating system-level virtualization.

    • Verkko-osoite icon
      Containers and Docker Verkko-osoite

      Podcast on containers and Docker.

    • Reading material

    • Verkko-osoite icon
      Confinement: isolating programs Verkko-osoite

      These lecture notes on confinement by Paul Krzyzanowski for course CS 419: Computer Security at Rutgers University (Fall 2020) describe chroot / jails, namespaces and cgroups. Read only the part before Containers.