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