diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-08-27 11:43:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-27 11:43:24 +0200 |
commit | f221c6101934fccbd6705f3b387aadc9ae710f66 (patch) | |
tree | 936ecefd2b851d906d596330c779a211b8a85376 /API.md | |
parent | cec354aac97edaafe8467b3840eaec0a0466c651 (diff) | |
parent | 02cda4066d9367378b59b831839894fc7a7deabe (diff) | |
download | podman-f221c6101934fccbd6705f3b387aadc9ae710f66.tar.gz podman-f221c6101934fccbd6705f3b387aadc9ae710f66.tar.bz2 podman-f221c6101934fccbd6705f3b387aadc9ae710f66.zip |
Merge pull request #3888 from jwhonce/wip/api
Update varlink doc and code for images
Diffstat (limited to 'API.md')
-rwxr-xr-x | API.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1361,6 +1361,8 @@ pids [int](https://godoc.org/builtin#int) ### <a name="Create"></a>type Create Create is an input structure for creating containers. +args[0] is the image name or id +args[1-] are the new commands if changed args [[]string](#[]string) |