clarify comment

pull/9294/head
Medya Gh 2020-09-29 14:29:34 -07:00
parent 31e175c6f8
commit 82f39d1387
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ type CreateParams struct {
Envs map[string]string // environment variables to pass to the container
ExtraArgs []string // a list of any extra option to pass to oci binary during creation time, for example --expose 8080...
OCIBinary string // docker or podman
Network string // docker/podman network that the container will attach to
Network string // network name that the container will attach to
IP string // static IP to assign for th container in the cluster network
}