Home
last modified time | relevance | path

Searched defs:ExecProcessConfig (Results 1 – 25 of 34) sorted by relevance

12

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/api/types/backend/
H A Dbackend.go61 type ExecProcessConfig struct { struct
62 Tty bool `json:"tty"`
63 Entrypoint string `json:"entrypoint"`
64 Arguments []string `json:"arguments"`
65 Privileged *bool `json:"privileged,omitempty"`
66 User string `json:"user,omitempty"`
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/
H A Dexec.go135 type ExecProcessConfig struct { struct
136 Privileged bool `json:"privileged,omitempty" yaml:"privileged,omitempty"`
137 User string `json:"user,omitempty" yaml:"user,omitempty"`
138 Tty bool `json:"tty,omitempty" yaml:"tty,omitempty"`
139 EntryPoint string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty"`
140 Arguments []string `json:"arguments,omitempty" yaml:"arguments,omitempty"`
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/ory-am/dockertest.v3/docker/
H A Dexec.go160 type ExecProcessConfig struct { struct
161 User string `json:"user,omitempty" yaml:"user,omitempty" toml:"user,omitempty"`
162 …eged bool `json:"privileged,omitempty" yaml:"privileged,omitempty" toml:"privileged,omitempty"`
163 Tty bool `json:"tty,omitempty" yaml:"tty,omitempty" toml:"tty,omitempty"`
164 …oint string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty" toml:"entrypoint,omitempty"`
165 …uments []string `json:"arguments,omitempty" yaml:"arguments,omitempty" toml:"arguments,omitempty"`
/dports/security/vault/vault-1.8.2/vendor/github.com/ory/dockertest/docker/
H A Dexec.go160 type ExecProcessConfig struct { struct
161 User string `json:"user,omitempty" yaml:"user,omitempty" toml:"user,omitempty"`
162 …eged bool `json:"privileged,omitempty" yaml:"privileged,omitempty" toml:"privileged,omitempty"`
163 Tty bool `json:"tty,omitempty" yaml:"tty,omitempty" toml:"tty,omitempty"`
164 …oint string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty" toml:"entrypoint,omitempty"`
165 …uments []string `json:"arguments,omitempty" yaml:"arguments,omitempty" toml:"arguments,omitempty"`
/dports/security/vault/vault-1.8.2/vendor/github.com/ory/dockertest/v3/docker/
H A Dexec.go160 type ExecProcessConfig struct { struct
161 User string `json:"user,omitempty" yaml:"user,omitempty" toml:"user,omitempty"`
162 …eged bool `json:"privileged,omitempty" yaml:"privileged,omitempty" toml:"privileged,omitempty"`
163 Tty bool `json:"tty,omitempty" yaml:"tty,omitempty" toml:"tty,omitempty"`
164 …oint string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty" toml:"entrypoint,omitempty"`
165 …uments []string `json:"arguments,omitempty" yaml:"arguments,omitempty" toml:"arguments,omitempty"`
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/ory/dockertest/docker/
H A Dexec.go160 type ExecProcessConfig struct { struct
161 User string `json:"user,omitempty" yaml:"user,omitempty" toml:"user,omitempty"`
162 …eged bool `json:"privileged,omitempty" yaml:"privileged,omitempty" toml:"privileged,omitempty"`
163 Tty bool `json:"tty,omitempty" yaml:"tty,omitempty" toml:"tty,omitempty"`
164 …oint string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty" toml:"entrypoint,omitempty"`
165 …uments []string `json:"arguments,omitempty" yaml:"arguments,omitempty" toml:"arguments,omitempty"`
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-kerberos/vendor/github.com/ory/dockertest/docker/
H A Dexec.go160 type ExecProcessConfig struct { struct
161 User string `json:"user,omitempty" yaml:"user,omitempty" toml:"user,omitempty"`
162 …eged bool `json:"privileged,omitempty" yaml:"privileged,omitempty" toml:"privileged,omitempty"`
163 Tty bool `json:"tty,omitempty" yaml:"tty,omitempty" toml:"tty,omitempty"`
164 …oint string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty" toml:"entrypoint,omitempty"`
165 …uments []string `json:"arguments,omitempty" yaml:"arguments,omitempty" toml:"arguments,omitempty"`
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-elasticsearch/vendor/github.com/ory/dockertest/docker/
H A Dexec.go160 type ExecProcessConfig struct { struct
161 User string `json:"user,omitempty" yaml:"user,omitempty" toml:"user,omitempty"`
162 …eged bool `json:"privileged,omitempty" yaml:"privileged,omitempty" toml:"privileged,omitempty"`
163 Tty bool `json:"tty,omitempty" yaml:"tty,omitempty" toml:"tty,omitempty"`
164 …oint string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty" toml:"entrypoint,omitempty"`
165 …uments []string `json:"arguments,omitempty" yaml:"arguments,omitempty" toml:"arguments,omitempty"`
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/ory/dockertest/docker/
H A Dexec.go160 type ExecProcessConfig struct { struct
161 User string `json:"user,omitempty" yaml:"user,omitempty" toml:"user,omitempty"`
162 …eged bool `json:"privileged,omitempty" yaml:"privileged,omitempty" toml:"privileged,omitempty"`
163 Tty bool `json:"tty,omitempty" yaml:"tty,omitempty" toml:"tty,omitempty"`
164 …oint string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty" toml:"entrypoint,omitempty"`
165 …uments []string `json:"arguments,omitempty" yaml:"arguments,omitempty" toml:"arguments,omitempty"`
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/fsouza/go-dockerclient/
H A Dexec.go164 type ExecProcessConfig struct { struct
165 User string `json:"user,omitempty" yaml:"user,omitempty" toml:"user,omitempty"`
166 …eged bool `json:"privileged,omitempty" yaml:"privileged,omitempty" toml:"privileged,omitempty"`
167 Tty bool `json:"tty,omitempty" yaml:"tty,omitempty" toml:"tty,omitempty"`
168 …oint string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty" toml:"entrypoint,omitempty"`
169 …uments []string `json:"arguments,omitempty" yaml:"arguments,omitempty" toml:"arguments,omitempty"`
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/ory/dockertest/docker/
H A Dexec.go160 type ExecProcessConfig struct { struct
161 User string `json:"user,omitempty" yaml:"user,omitempty" toml:"user,omitempty"`
162 …eged bool `json:"privileged,omitempty" yaml:"privileged,omitempty" toml:"privileged,omitempty"`
163 Tty bool `json:"tty,omitempty" yaml:"tty,omitempty" toml:"tty,omitempty"`
164 …oint string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty" toml:"entrypoint,omitempty"`
165 …uments []string `json:"arguments,omitempty" yaml:"arguments,omitempty" toml:"arguments,omitempty"`
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/ory/dockertest/docker/
H A Dexec.go160 type ExecProcessConfig struct { struct
161 User string `json:"user,omitempty" yaml:"user,omitempty" toml:"user,omitempty"`
162 …eged bool `json:"privileged,omitempty" yaml:"privileged,omitempty" toml:"privileged,omitempty"`
163 Tty bool `json:"tty,omitempty" yaml:"tty,omitempty" toml:"tty,omitempty"`
164 …oint string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty" toml:"entrypoint,omitempty"`
165 …uments []string `json:"arguments,omitempty" yaml:"arguments,omitempty" toml:"arguments,omitempty"`
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/ory/dockertest/docker/
H A Dexec.go160 type ExecProcessConfig struct { struct
161 User string `json:"user,omitempty" yaml:"user,omitempty" toml:"user,omitempty"`
162 …eged bool `json:"privileged,omitempty" yaml:"privileged,omitempty" toml:"privileged,omitempty"`
163 Tty bool `json:"tty,omitempty" yaml:"tty,omitempty" toml:"tty,omitempty"`
164 …oint string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty" toml:"entrypoint,omitempty"`
165 …uments []string `json:"arguments,omitempty" yaml:"arguments,omitempty" toml:"arguments,omitempty"`
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/api/types/backend/
H A Dbackend.go89 type ExecProcessConfig struct { struct
90 Tty bool `json:"tty"`
91 Entrypoint string `json:"entrypoint"`
92 Arguments []string `json:"arguments"`
93 Privileged *bool `json:"privileged,omitempty"`
94 User string `json:"user,omitempty"`
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/ory/dockertest/docker/
H A Dexec.go160 type ExecProcessConfig struct { struct
161 User string `json:"user,omitempty" yaml:"user,omitempty" toml:"user,omitempty"`
162 …eged bool `json:"privileged,omitempty" yaml:"privileged,omitempty" toml:"privileged,omitempty"`
163 Tty bool `json:"tty,omitempty" yaml:"tty,omitempty" toml:"tty,omitempty"`
164 …oint string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty" toml:"entrypoint,omitempty"`
165 …uments []string `json:"arguments,omitempty" yaml:"arguments,omitempty" toml:"arguments,omitempty"`
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/fsouza/go-dockerclient/
H A Dexec.go164 type ExecProcessConfig struct { struct
165 User string `json:"user,omitempty" yaml:"user,omitempty" toml:"user,omitempty"`
166 …eged bool `json:"privileged,omitempty" yaml:"privileged,omitempty" toml:"privileged,omitempty"`
167 Tty bool `json:"tty,omitempty" yaml:"tty,omitempty" toml:"tty,omitempty"`
168 …oint string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty" toml:"entrypoint,omitempty"`
169 …uments []string `json:"arguments,omitempty" yaml:"arguments,omitempty" toml:"arguments,omitempty"`
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/api/types/backend/
H A Dbackend.go89 type ExecProcessConfig struct { struct
90 Tty bool `json:"tty"`
91 Entrypoint string `json:"entrypoint"`
92 Arguments []string `json:"arguments"`
93 Privileged *bool `json:"privileged,omitempty"`
94 User string `json:"user,omitempty"`
/dports/sysutils/vector/vector-0.10.0/cargo-crates/bollard-0.7.1/src/
H A Dexec.rs75 pub struct ExecProcessConfig { struct
98 pub process_config: ExecProcessConfig, argument
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/ory/dockertest/docker/
H A Dexec.go160 type ExecProcessConfig struct { struct
161 User string `json:"user,omitempty" yaml:"user,omitempty" toml:"user,omitempty"`
162 …eged bool `json:"privileged,omitempty" yaml:"privileged,omitempty" toml:"privileged,omitempty"`
163 Tty bool `json:"tty,omitempty" yaml:"tty,omitempty" toml:"tty,omitempty"`
164 …oint string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty" toml:"entrypoint,omitempty"`
165 …uments []string `json:"arguments,omitempty" yaml:"arguments,omitempty" toml:"arguments,omitempty"`
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/ory/dockertest/docker/
H A Dexec.go160 type ExecProcessConfig struct { struct
161 User string `json:"user,omitempty" yaml:"user,omitempty" toml:"user,omitempty"`
162 …eged bool `json:"privileged,omitempty" yaml:"privileged,omitempty" toml:"privileged,omitempty"`
163 Tty bool `json:"tty,omitempty" yaml:"tty,omitempty" toml:"tty,omitempty"`
164 …oint string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty" toml:"entrypoint,omitempty"`
165 …uments []string `json:"arguments,omitempty" yaml:"arguments,omitempty" toml:"arguments,omitempty"`
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/ory/dockertest/docker/
H A Dexec.go160 type ExecProcessConfig struct { struct
161 User string `json:"user,omitempty" yaml:"user,omitempty" toml:"user,omitempty"`
162 …eged bool `json:"privileged,omitempty" yaml:"privileged,omitempty" toml:"privileged,omitempty"`
163 Tty bool `json:"tty,omitempty" yaml:"tty,omitempty" toml:"tty,omitempty"`
164 …oint string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty" toml:"entrypoint,omitempty"`
165 …uments []string `json:"arguments,omitempty" yaml:"arguments,omitempty" toml:"arguments,omitempty"`
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/ory/dockertest/docker/
H A Dexec.go160 type ExecProcessConfig struct { struct
161 User string `json:"user,omitempty" yaml:"user,omitempty" toml:"user,omitempty"`
162 …eged bool `json:"privileged,omitempty" yaml:"privileged,omitempty" toml:"privileged,omitempty"`
163 Tty bool `json:"tty,omitempty" yaml:"tty,omitempty" toml:"tty,omitempty"`
164 …oint string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty" toml:"entrypoint,omitempty"`
165 …uments []string `json:"arguments,omitempty" yaml:"arguments,omitempty" toml:"arguments,omitempty"`
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/ory/dockertest/docker/
H A Dexec.go160 type ExecProcessConfig struct { struct
161 User string `json:"user,omitempty" yaml:"user,omitempty" toml:"user,omitempty"`
162 …eged bool `json:"privileged,omitempty" yaml:"privileged,omitempty" toml:"privileged,omitempty"`
163 Tty bool `json:"tty,omitempty" yaml:"tty,omitempty" toml:"tty,omitempty"`
164 …oint string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty" toml:"entrypoint,omitempty"`
165 …uments []string `json:"arguments,omitempty" yaml:"arguments,omitempty" toml:"arguments,omitempty"`
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/fsouza/go-dockerclient/
H A Dexec.go165 type ExecProcessConfig struct { struct
166 User string `json:"user,omitempty" yaml:"user,omitempty" toml:"user,omitempty"`
167 …eged bool `json:"privileged,omitempty" yaml:"privileged,omitempty" toml:"privileged,omitempty"`
168 Tty bool `json:"tty,omitempty" yaml:"tty,omitempty" toml:"tty,omitempty"`
169 …oint string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty" toml:"entrypoint,omitempty"`
170 …uments []string `json:"arguments,omitempty" yaml:"arguments,omitempty" toml:"arguments,omitempty"`
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/api/types/backend/
H A Dbackend.go98 type ExecProcessConfig struct { struct
99 Tty bool `json:"tty"`
100 Entrypoint string `json:"entrypoint"`
101 Arguments []string `json:"arguments"`
102 Privileged *bool `json:"privileged,omitempty"`
103 User string `json:"user,omitempty"`

12