{
  "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 '\nnumber of vCPU';nproc;sleep 30"]
}