diff options
| author | mo khan <mo.khan@gmail.com> | 2020-10-23 22:52:13 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-10-23 22:52:13 -0600 |
| commit | 37605064502c4dc1ba06e7eebd36a688f9bd436e (patch) | |
| tree | a76ca443409f28d93c1b8b42e96906089ed56ed4 | |
| parent | d0ede407220ecee54fe3c8c2dab5bbc37e234e48 (diff) | |
5.6.2 -> 6.0.0
| -rw-r--r-- | README.md | 26 |
1 files changed, 19 insertions, 7 deletions
@@ -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 |
