add SG to linuxkit run command

Signed-off-by: Aymen EL AMRI <aymen@eralabs.io>
This commit is contained in:
Aymen EL AMRI 2020-02-17 13:39:11 +01:00
parent 17359f2ed1
commit a7a42e986d

View File

@ -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. 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 "<security_group_id>" aws
``` ```
You can edit the AWS example to allow you to SSH to your instance in order to use it. You can edit the AWS example to allow you to SSH to your instance in order to use it.