Compare commits
1 Commits
308a9478c8
...
e2a96916f3
Author | SHA1 | Date |
---|---|---|
|
e2a96916f3 |
|
@ -10,11 +10,15 @@ spec:
|
|||
tty: true
|
||||
- name: python
|
||||
image: docker.io/python:3.10
|
||||
command:
|
||||
- python
|
||||
args:
|
||||
- c
|
||||
- import signal; signal.pause()
|
||||
- name: rsync
|
||||
image: git.pyrocufflink.net/containerimages/rsync
|
||||
command:
|
||||
- python
|
||||
args:
|
||||
- c
|
||||
- import signal; signal.pause()
|
||||
|
|
Loading…
Reference in New Issue