mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-25 15:55:18 +00:00
fix typo
This commit is contained in:
parent
1ecc4ac115
commit
a3108dcccb
@ -12,7 +12,7 @@ In AWS batch you define:
|
|||||||
|
|
||||||
Then to run stuff you create "jobs" and submit them to a job queue.
|
Then to run stuff you create "jobs" and submit them to a job queue.
|
||||||
|
|
||||||
The number of machine running auto-scales to match the number of jobs. When there are no jobs there are no machines, so you don't pay for anything.
|
The number of machines running auto-scales to match the number of jobs. When there are no jobs there are no machines, so you don't pay for anything.
|
||||||
|
|
||||||
Jobs are defined as a docker image (assumed hosted on dockerhub) and a command string.
|
Jobs are defined as a docker image (assumed hosted on dockerhub) and a command string.
|
||||||
>e.g. `kava/kava-sim:version1`, `go test ./app`
|
>e.g. `kava/kava-sim:version1`, `go test ./app`
|
||||||
|
Loading…
Reference in New Issue
Block a user