diff options
author | Stanislav Chlebec <stanislav.chlebec@pantheon.tech> | 2018-10-29 09:15:58 +0100 |
---|---|---|
committer | Stanislav Chlebec <stanislav.chlebec@pantheon.tech> | 2018-10-29 09:16:42 +0100 |
commit | 74a9672825fec9e87f2b431a76ceb0a4d3db276e (patch) | |
tree | 48ab2282df71cf4686761aa2d9ba5624d7526dc4 /demos/min | |
parent | c42242ee58680fa460a51ec0882939aebb4f9f7b (diff) |
fix typos
Change-Id: Ieb86ca867618a13b30141f2973aa16a36e967be0
Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech>
Issue-ID: AAF-582
Diffstat (limited to 'demos/min')
-rw-r--r-- | demos/min/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/demos/min/README.md b/demos/min/README.md index 6de7a2b..f6cb890 100644 --- a/demos/min/README.md +++ b/demos/min/README.md @@ -4,7 +4,7 @@ This tutorial introduces a set of guidelines for the minimization of container i You may choose to simply read through the tutorial or run the experiments, which is highly recommended. -Eeach section will guide you through an experiment that demonstrates, in a tangible manner, the benefits of following each guideline. +Each section will guide you through an experiment that demonstrates, in a tangible manner, the benefits of following each guideline. The expectation is that, with each experiment, you will gain insight into the value of the guideline. @@ -19,7 +19,7 @@ git clone https://gerrit.onap.org/r/oparent/cia ``` ## Why are my numbers different? -Please note that image sizes may vary slightly from platform to platform. This tutorial was produced on a Linux server. If you use a different platform, images sizes are bound to be different. And that's ok. +Please note that image sizes may vary slightly from platform to platform. This tutorial was produced on a Linux server. If you use a different platform, images sizes are bound to be different. And that's OK. ## The canonical test app @@ -37,7 +37,7 @@ Point a browser to http://0.0.0.0:5000/. If everything is working fine, you shou Let's explore the effect the base image has on the size of a container image. -To demonstrate the effect of choosing the right base image, we will select three different base images to build container images that are functionaly equivalent. +To demonstrate the effect of choosing the right base image, we will select three different base images to build container images that are functionally equivalent. ```bash cd <project-root>/base-image/ @@ -285,4 +285,4 @@ $ docker images | grep ado/app ado/app latest ab2533223d80 About a minute ago 405MB ``` -Notice how the image size went from 399MB to 405MB which is significant for a service as simple as our test app.
\ No newline at end of file +Notice how the image size went from 399MB to 405MB which is significant for a service as simple as our test app. |