mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
Updated Boot HermitCore from a raw image (markdown)
parent
595cd0f990
commit
1e9556be7c
1 changed files with 3 additions and 1 deletions
|
@ -101,4 +101,6 @@ Create from this tar file an image, which we want to use as boot disk for the vi
|
|||
|
||||
```bash
|
||||
gcloud compute --project "[PROJECT_ID]" images create "[IMAGE_NAME]" --description "Image Description" --source-uri "https://storage.googleapis.com/[BUCKET_NAME]/disk.tar.gz"
|
||||
```
|
||||
```
|
||||
|
||||
Please, replace `[BUCKET_NAME]`, `[PROJECT_ID]` and `[IMAGE_NAME]` with an appropriate name.
|
Loading…
Add table
Reference in a new issue