forked from LaconicNetwork/kompose
This adds supports for stdin_open: bool and tty: bool support for kubernetes and openshift providers in kompose. This maps to the template.Spec.Containers[0].Stdin and template.Spec.Containers[0].TTY in Kubernets world. Also, added tests. Fixes #344
8 lines
125 B
YAML
8 lines
125 B
YAML
version: "2"
|
|
services:
|
|
client:
|
|
image: registry.centos.org/centos/centos:7
|
|
ports:
|
|
- "1337"
|
|
stdin_open: true
|