From 76d9938d6e15310d4d709c97ea1d3477a2738ba1 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 16 Oct 2018 16:53:22 +0200 Subject: [PATCH] Use sudo in VMWare blog post The composer-cli should be used with sudo. Lets fix this. --- _posts/2018-10-08-Pushing-Images-to-VMWare.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2018-10-08-Pushing-Images-to-VMWare.md b/_posts/2018-10-08-Pushing-Images-to-VMWare.md index a800a639ad5bf..cc05a2c6aa322 100644 --- a/_posts/2018-10-08-Pushing-Images-to-VMWare.md +++ b/_posts/2018-10-08-Pushing-Images-to-VMWare.md @@ -49,7 +49,7 @@ inject user credentials to virtual machines, we must perform that task ourselves the blueprint. Use the following command to extract the blueprint to a ```example-http-server.toml``` file in the current directory: - $ composer-cli blueprints save example-http-server + $ sudo composer-cli blueprints save example-http-server Add the following lines to the end of the ```example-http-server.toml``` file to set the initial root ```password``` to ```foobar```. You can also use a crypted password @@ -62,7 +62,7 @@ string for the ```password``` or set an SSH ```key```. Now save the blueprint back into composer with the following command: - $ composer-cli blueprints push example-http-server.toml + $ sudo composer-cli blueprints push example-http-server.toml We run the following command to start a compose. Notice that we pass the image type of ```vmdk``` which indicates we want an image appropriate for pushing to