Merge pull request #3476 from eon01/fix-aws-howto

add SG to linuxkit run command
This commit is contained in:
Rolf Neugebauer 2020-02-18 21:59:22 +01:00 committed by GitHub
commit 03701f44bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.
```
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.