Skip to content

Commit

Permalink
run hello world containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Deltachaos committed Aug 31, 2024
1 parent 9afc91d commit d80bc8a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,13 @@ def add_job(job):
"cmd": ["/bin/sleep", "10"]
}
]
})
add_job({
"containers": [
{
"name": "runner",
"image": "busybox",
"cmd": ["/bin/sleep", "20"]
}
]
})

0 comments on commit d80bc8a

Please sign in to comment.