From a7a42e986dee47aadea2b91771a09cc9101676b8 Mon Sep 17 00:00:00 2001 From: Aymen EL AMRI Date: Mon, 17 Feb 2020 13:39:11 +0100 Subject: [PATCH] add SG to linuxkit run command Signed-off-by: Aymen EL AMRI --- docs/platform-aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platform-aws.md b/docs/platform-aws.md index e4b3d992d..5b4e72711 100644 --- a/docs/platform-aws.md +++ b/docs/platform-aws.md @@ -47,7 +47,7 @@ With the image created, we can now create an instance. You won't be able to see the serial console output until after it has terminated. ``` -linuxkit run aws aws +linuxkit run aws -security-group "" aws ``` You can edit the AWS example to allow you to SSH to your instance in order to use it.