mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
Merge pull request #3476 from eon01/fix-aws-howto
add SG to linuxkit run command
This commit is contained in:
commit
03701f44bd
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user