diff options
Diffstat (limited to 'fedora.pod')
-rw-r--r-- | fedora.pod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fedora.pod b/fedora.pod new file mode 100644 index 0000000..b169519 --- /dev/null +++ b/fedora.pod @@ -0,0 +1,9 @@ +apiVersion: v1 +kind: Pod +spec: + containers: + - name: fedora + image: fedora + command: + - cat + tty: true |