Skip to content

Commit

Permalink
[DEV] - add image explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirab committed Dec 24, 2023
1 parent 5006d8e commit ce7209b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
.idea
.DS_store
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ specs:
logsPath: "FC_MyApp.log"
CPU: 1
RAM: 1024
image: "sample_app"

MyApp2:
...
Expand All @@ -82,6 +83,8 @@ specs:

`RAM`: Amount of RAM to allocate to the MicroVM (in MB)

`Image`(optional): Absolute path to any executable you want to run as a daemon in the MicroVm.


### Running Corewave

Expand All @@ -98,7 +101,7 @@ Corewave will then generate the necessary infrastructure components on your host

/!\ **After each new executing of Corewave to provision new MicroVMs, the previous set of MicroVMs and data will be deleted. This will be changed in the upcoming release.** /!\

# Interacting with Micro VMs:
# Working with MicroVm:

Once your MicroVMs are up and running, Corewave provides a set of commands to easily monitor and interact with your MicroVMs:

Expand Down

0 comments on commit ce7209b

Please sign in to comment.