Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (27 loc) · 486 Bytes

multi-container.pod

File metadata and controls

27 lines (27 loc) · 486 Bytes
{ "id": "test-container-multi", "containers" : [{ "name": "web", "image": "tomcat:latest" }, { "name": "top", "image": "ubuntu:latest", "workdir": "/", "command": ["/usr/bin/top"] }, { "name": "vmstat", "image": "ubuntu:latest", "workdir": "/", "command": ["/usr/bin/vmstat", "1", "10"], "restartPolicy": "always" }], "resource": { "vcpu": 1, "memory": 512 }, "files": [], "volumes": [], "tty": true }