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 ```