Slide 5
Slide 5 text
The Real Container World
# Adding some config to nginx
FROM nginx:1.9.5 We need
certificates!!
# Install wget and install/updates certificates
RUN apt-get update \
&& apt-get install -y -q --no-install-recommends \
ca-certificates \
wget \
&& apt-get clean \
Build new image
Run new container
Run Tests,
Trial&Error,
…