UNPKG
@pradyumn-el/pollycli
Version:
latest (0.0.2)
0.0.2
0.0.1
pollycli lets users access the functionalities of Polly over a command line interface
@pradyumn-el/pollycli
/
sampleData
/
sampleJob.json
8 lines
•
223 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"cpu"
:
"1"
,
"memory"
:
"1Gi"
,
"image"
:
"ubuntu"
,
"tag"
:
"latest"
,
"name"
:
"this is a job to test the build of docker"
,
"command"
: [
"/bin/bash"
,
"-c"
,
"TERM=xterm free -h; echo '
\n
number of vCPU';nproc;sleep 30"
] }