clarify comment
parent
31e175c6f8
commit
82f39d1387
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue