From e3ce70c35f39d5adca082d3ba25b65b22a70e45e Mon Sep 17 00:00:00 2001 From: Jes Ferrier Date: Mon, 12 Jun 2017 12:47:16 +0100 Subject: [PATCH] Update aws platform docs - Replace img with raw for moby -output Signed-off-by: Jes Ferrier --- docs/platform-aws.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/platform-aws.md b/docs/platform-aws.md index bcb66ed22..52457f6fb 100644 --- a/docs/platform-aws.md +++ b/docs/platform-aws.md @@ -22,12 +22,12 @@ export AWS_REGION=eu-west-1 AWS requires a `RAW` image. To create one: ``` -$ moby build -output img examples/aws.yml +$ moby build -output raw examples/aws.yml ``` ## Push image -Do `linuxkit push aws -bucket bucketname aws.img` to upload it to the +Do `linuxkit push aws -bucket bucketname aws.raw` to upload it to the specified bucket, and create a bootable image from the stored image. Alternatively, you can use the `AWS_BUCKET` environment variable to specify the bucket name. @@ -35,7 +35,7 @@ Alternatively, you can use the `AWS_BUCKET` environment variable to specify the **Note:** If the push times out before it finishes, you can use the `-timeout` flag to extend the timeout. ``` -linuxkit push aws -bucket bucketname -timeout 1200 aws.img +linuxkit push aws -bucket bucketname -timeout 1200 aws.raw ``` ## Create an instance and connect to it