(Usage hints for this presentation)
Summer Term 2018
Dr. Jens Lechtenbörger (License Information)

“ Layering with virtualization ” by Jens Lechtenbörger under CC BY-SA 4.0; from GitLab

“ Layering with containerization ” by Jens Lechtenbörger under CC BY-SA 4.0; from GitLab

“ Docker logo ” under Docker Brand Guidelines; from Docker

“ Kubernetes logo ” under Kubernetes Branding Guidelines; from GitHub
FROM ubuntu
LABEL maintainer="Jens Lechtenbörger"
RUN apt-get update && apt-get --no-install-recommends install -y \
ca-certificates emacs git \
texlive-bibtex-extra texlive-fonts-recommended texlive-generic-recommended \
texlive-latex-base texlive-latex-extra texlive-latex-recommended
COPY manage-packages.el /tmp/
ps aux from your container with the host”?
Except where otherwise noted, this work, “Docker Introduction”, is © 2018 by Jens Lechtenbörger, published under the Creative Commons license CC BY-SA 4.0.
In particular, trademark rights are not licensed under this license. Thus, rights concerning third party logos (e.g., on the title slide) and other (trade-) marks (e.g., “Creative Commons” itself) remain with their respective holders.