From dfbdcc3bb22102bb7e83af9d83689907fa1449e2 Mon Sep 17 00:00:00 2001 From: leonnicolas <60091705+leonnicolas@users.noreply.github.com> Date: Fri, 28 May 2021 12:42:58 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Lucas Servén Marín --- docs/building_kilo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building_kilo.md b/docs/building_kilo.md index 54c0c31..13d1f11 100644 --- a/docs/building_kilo.md +++ b/docs/building_kilo.md @@ -69,9 +69,9 @@ If you want to build containers for a processor architecture that is different f docker run --rm --privileged multiarch/qemu-user-static --reset -p yes ``` -Set the `$IMAGE` environment variable to `/kilo`. +Set the `$IMAGE` environment variable to `/kilo`. This way the generated container images and manifests will be named accordingly. -By skipping this step, you will not be able to push the containers and manifests to your docker hub. +By skipping this step, you will be able to tag images but will not be able to push the containers and manifests to your own Docker Hub. ```shell export IMAGE=/kilo ```