From 37605064502c4dc1ba06e7eebd36a688f9bd436e Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 23 Oct 2020 22:52:13 -0600 Subject: 5.6.2 -> 6.0.0 --- README.md | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6d2f360..37dd7b4 100644 --- a/README.md +++ b/README.md @@ -322,10 +322,9 @@ We need to build a Docker image that can: ``` -# Agenda +# Docker 101 * Definitions -* Ecosystem * Build * Analyze * Optimize @@ -454,9 +453,21 @@ Each layer is a snapshot of the filesystem stored as an archive. ```plaintext - -------------- - < Let's dive in! > - -------------- + ----------------- | ----------------- + ( bread ) | | FROM | + ----------------- | ----------------- + < brie cheese > | | RUN | + { cranberries } | | COPY | + [ sliced turkey ] | | RUN | + ----------------- | ----------------- + ( bread ) | | ENTRYPOINT | + ----------------- | ----------------- +``` + +```plaintext + ------------------- + < Yum. Let's dive in! > + ------------------- .---. /o o\ __(= " =)__ @@ -623,7 +634,8 @@ e17797fa5e82: Waiting ```bash REPOSITORY TAG SIZE debian stable-slim 69.2MB -licensefinder/license_finder 5.6.2 3.63GB +licensefinder/license_finder 6.0.0 6.21GB + ``` ```plaintext @@ -644,7 +656,7 @@ licensefinder/license_finder 5.6.2 3.63GB ``` ```Dockerfile -FROM licensefinder/license_finder:5.6.2 +FROM licensefinder/license_finder:6.0.0 ``` to -- cgit v1.2.3