diff options
Diffstat (limited to 'README.md')
| -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 |
