mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
README: shorter filename
This commit is contained in:
parent
83638fdcf3
commit
787fdf3592
@ -19,8 +19,8 @@ $ podex [-format json|yaml] [-type=pod|container] [-name PODNAME] IMAGES...
|
||||
|
||||
### Examples
|
||||
```
|
||||
$ podex google/nodejs-hello > pod-manifest.yaml
|
||||
$ podex -format json -type container -name nodejs-nginx google/nodejs-hello nginx > container-manifest.json
|
||||
$ podex google/nodejs-hello > pod.yaml
|
||||
$ podex -format json -type container -name nodejs-nginx google/nodejs-hello nginx > container.json
|
||||
```
|
||||
|
||||
## TODOs
|
||||
|
Loading…
Reference in New Issue
Block a user