From 29f5a1394d0e8956d8c319d1c2b3ba3c8fc3ff03 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Wed, 29 Jul 2015 16:19:23 +0200 Subject: [PATCH] fixed wording --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c0e2fd0..1ba49da 100644 --- a/README.md +++ b/README.md @@ -125,12 +125,13 @@ In case a sysadmin needs a patched and specifically configured version of it's f 2. Build the container ``` - $ buildit --verbose nginx-prod/ --discover=github.com/sysadmin42/containers,push=True + $ buildit nginx-prod/ --discover=github.com/sysadmin42/containers,push=True Building Sysadmin42/nginx-production-1.7.6-p1 Processing package from './pkgs/nginx' for linux/amd64. HASH: 86c8ef43-f4a4-49ba-a0ee-92900211c7b6 - Can't find 86c8ef43-f4a4-49ba-a0ee-92900211c7b6 in any repository or cache. - Defaulting to local build... Done after 1min 24 [OK] - Packaging Sysadmin42/nginx-production-1.7.6-p1 as ACI... in 1min 30s [OK] - Uploading packages and container build to repository 'mysuperbinhost' [OK] + Can't find HASH in any known location... + Defaulting to local build... [OK] + Uploading packages to 'mysuperbinhost' [OK] + Packaging Sysadmin42/nginx-production-1.7.6-p1 as ACI... [OK] + Uploading container spec and image(s) to 'mysuperbinhost' [OK] ```