Home
last modified time | relevance | path

Searched refs:resolvConfPath (Results 1 – 25 of 76) sorted by relevance

1234

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_unix.go155 if sb.config.resolvConfPath == "" {
156 sb.config.resolvConfPath = defaultPrefix + "/" + sb.id + "/resolv.conf"
158 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
167 if sb.config.resolvConfPath == "" {
168 sb.config.resolvConfPath = defaultPrefix + "/" + sb.id + "/resolv.conf"
171 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
173 dir, _ := filepath.Split(sb.config.resolvConfPath)
245 currRC, err := resolvconf.GetSpecific(sb.config.resolvConfPath)
273 err = ioutil.WriteFile(sb.config.resolvConfPath, newRC.Content, 0644)
279 dir := path.Dir(sb.config.resolvConfPath)
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_unix.go158 if sb.config.resolvConfPath == "" {
159 sb.config.resolvConfPath = defaultPrefix + "/" + sb.id + "/resolv.conf"
161 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
184 if sb.config.resolvConfPath == "" {
188 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
190 dir, _ := filepath.Split(sb.config.resolvConfPath)
207 if err := createFile(sb.config.resolvConfPath); err != nil {
294 currRC, err := resolvconf.GetSpecific(sb.config.resolvConfPath)
322 err = ioutil.WriteFile(sb.config.resolvConfPath, newRC.Content, 0644)
328 dir := path.Dir(sb.config.resolvConfPath)
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_unix.go161 if sb.config.resolvConfPath == "" {
162 sb.config.resolvConfPath = defaultPrefix + "/" + sb.id + "/resolv.conf"
164 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
187 if sb.config.resolvConfPath == "" {
191 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
193 dir, _ := filepath.Split(sb.config.resolvConfPath)
210 if err := createFile(sb.config.resolvConfPath); err != nil {
297 currRC, err := resolvconf.GetSpecific(sb.config.resolvConfPath)
325 err = ioutil.WriteFile(sb.config.resolvConfPath, newRC.Content, 0644)
331 dir := path.Dir(sb.config.resolvConfPath)
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_unix.go156 if sb.config.resolvConfPath == "" {
157 sb.config.resolvConfPath = defaultPrefix + "/" + sb.id + "/resolv.conf"
159 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
182 if sb.config.resolvConfPath == "" {
186 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
188 dir, _ := filepath.Split(sb.config.resolvConfPath)
200 if err := createFile(sb.config.resolvConfPath); err != nil {
282 currRC, err := resolvconf.GetSpecific(sb.config.resolvConfPath)
310 err = ioutil.WriteFile(sb.config.resolvConfPath, newRC.Content, 0644)
316 dir := path.Dir(sb.config.resolvConfPath)
[all …]
H A Dlibnetwork_linux_test.go592 defer os.Remove(resolvConfPath)
609 content, err := ioutil.ReadFile(resolvConfPath)
657 defer os.Remove(resolvConfPath)
660 libnetwork.OptionResolvConfPath(resolvConfPath),
682 finfo, err := os.Stat(resolvConfPath)
692 content, err := ioutil.ReadFile(resolvConfPath)
749 defer os.Remove(resolvConfPath)
766 finfo, err := os.Stat(resolvConfPath)
776 content, err := ioutil.ReadFile(resolvConfPath)
810 content, err = ioutil.ReadFile(resolvConfPath)
[all …]
H A Dservice_common_test.go62 currRC, err := resolvconf.GetSpecific(sb.(*sandbox).config.resolvConfPath)
71 currRC, err = resolvconf.GetSpecific(sb.(*sandbox).config.resolvConfPath)
79 currRC, err = resolvconf.GetSpecific(sb.(*sandbox).config.resolvConfPath)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_unix.go158 if sb.config.resolvConfPath == "" {
159 sb.config.resolvConfPath = defaultPrefix + "/" + sb.id + "/resolv.conf"
161 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
184 if sb.config.resolvConfPath == "" {
188 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
190 dir, _ := filepath.Split(sb.config.resolvConfPath)
207 if err := createFile(sb.config.resolvConfPath); err != nil {
294 currRC, err := resolvconf.GetSpecific(sb.config.resolvConfPath)
322 err = ioutil.WriteFile(sb.config.resolvConfPath, newRC.Content, 0644)
328 dir := path.Dir(sb.config.resolvConfPath)
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_unix.go158 if sb.config.resolvConfPath == "" {
159 sb.config.resolvConfPath = defaultPrefix + "/" + sb.id + "/resolv.conf"
161 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
184 if sb.config.resolvConfPath == "" {
188 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
190 dir, _ := filepath.Split(sb.config.resolvConfPath)
207 if err := createFile(sb.config.resolvConfPath); err != nil {
294 currRC, err := resolvconf.GetSpecific(sb.config.resolvConfPath)
322 err = ioutil.WriteFile(sb.config.resolvConfPath, newRC.Content, 0644)
328 dir := path.Dir(sb.config.resolvConfPath)
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_unix.go161 if sb.config.resolvConfPath == "" {
162 sb.config.resolvConfPath = defaultPrefix + "/" + sb.id + "/resolv.conf"
164 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
187 if sb.config.resolvConfPath == "" {
191 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
193 dir, _ := filepath.Split(sb.config.resolvConfPath)
210 if err := createFile(sb.config.resolvConfPath); err != nil {
297 currRC, err := resolvconf.GetSpecific(sb.config.resolvConfPath)
325 err = ioutil.WriteFile(sb.config.resolvConfPath, newRC.Content, 0644)
331 dir := path.Dir(sb.config.resolvConfPath)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_unix.go161 if sb.config.resolvConfPath == "" {
162 sb.config.resolvConfPath = defaultPrefix + "/" + sb.id + "/resolv.conf"
164 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
187 if sb.config.resolvConfPath == "" {
191 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
193 dir, _ := filepath.Split(sb.config.resolvConfPath)
210 if err := createFile(sb.config.resolvConfPath); err != nil {
297 currRC, err := resolvconf.GetSpecific(sb.config.resolvConfPath)
325 err = ioutil.WriteFile(sb.config.resolvConfPath, newRC.Content, 0644)
331 dir := path.Dir(sb.config.resolvConfPath)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_unix.go156 if sb.config.resolvConfPath == "" {
157 sb.config.resolvConfPath = defaultPrefix + "/" + sb.id + "/resolv.conf"
159 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
182 if sb.config.resolvConfPath == "" {
186 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
188 dir, _ := filepath.Split(sb.config.resolvConfPath)
200 if err := createFile(sb.config.resolvConfPath); err != nil {
282 currRC, err := resolvconf.GetSpecific(sb.config.resolvConfPath)
310 err = ioutil.WriteFile(sb.config.resolvConfPath, newRC.Content, 0644)
316 dir := path.Dir(sb.config.resolvConfPath)
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_unix.go156 if sb.config.resolvConfPath == "" {
157 sb.config.resolvConfPath = defaultPrefix + "/" + sb.id + "/resolv.conf"
159 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
182 if sb.config.resolvConfPath == "" {
186 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
188 dir, _ := filepath.Split(sb.config.resolvConfPath)
200 if err := createFile(sb.config.resolvConfPath); err != nil {
282 currRC, err := resolvconf.GetSpecific(sb.config.resolvConfPath)
310 err = ioutil.WriteFile(sb.config.resolvConfPath, newRC.Content, 0644)
316 dir := path.Dir(sb.config.resolvConfPath)
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_unix.go156 if sb.config.resolvConfPath == "" {
157 sb.config.resolvConfPath = defaultPrefix + "/" + sb.id + "/resolv.conf"
159 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
182 if sb.config.resolvConfPath == "" {
186 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
188 dir, _ := filepath.Split(sb.config.resolvConfPath)
200 if err := createFile(sb.config.resolvConfPath); err != nil {
282 currRC, err := resolvconf.GetSpecific(sb.config.resolvConfPath)
310 err = ioutil.WriteFile(sb.config.resolvConfPath, newRC.Content, 0644)
316 dir := path.Dir(sb.config.resolvConfPath)
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_unix.go161 if sb.config.resolvConfPath == "" {
162 sb.config.resolvConfPath = defaultPrefix + "/" + sb.id + "/resolv.conf"
164 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
187 if sb.config.resolvConfPath == "" {
191 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
193 dir, _ := filepath.Split(sb.config.resolvConfPath)
210 if err := createFile(sb.config.resolvConfPath); err != nil {
297 currRC, err := resolvconf.GetSpecific(sb.config.resolvConfPath)
325 err = ioutil.WriteFile(sb.config.resolvConfPath, newRC.Content, 0644)
331 dir := path.Dir(sb.config.resolvConfPath)
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_unix.go158 if sb.config.resolvConfPath == "" {
159 sb.config.resolvConfPath = defaultPrefix + "/" + sb.id + "/resolv.conf"
161 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
184 if sb.config.resolvConfPath == "" {
188 sb.config.resolvConfHashFile = sb.config.resolvConfPath + ".hash"
190 dir, _ := filepath.Split(sb.config.resolvConfPath)
207 if err := createFile(sb.config.resolvConfPath); err != nil {
294 currRC, err := resolvconf.GetSpecific(sb.config.resolvConfPath)
322 err = ioutil.WriteFile(sb.config.resolvConfPath, newRC.Content, 0644)
328 dir := path.Dir(sb.config.resolvConfPath)
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/containerd/cri/pkg/server/
H A Dsandbox_run_unix.go115 Destination: resolvConfPath,
233 err = c.os.CopyFile(resolvConfPath, resolvPath, 0644)
H A Dcontainer_create_unix.go90 if !isInCRIMounts(resolvConfPath, config.GetMounts()) {
92 ContainerPath: resolvConfPath,
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/pkg/cri/server/
H A Dsandbox_run_linux.go113 Destination: resolvConfPath,
243 err = c.os.CopyFile(resolvConfPath, resolvPath, 0644)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/pkg/cri/server/
H A Dsandbox_run_linux.go113 Destination: resolvConfPath,
243 err = c.os.CopyFile(resolvConfPath, resolvPath, 0644)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/pkg/cri/server/
H A Dsandbox_run_linux.go113 Destination: resolvConfPath,
243 err = c.os.CopyFile(resolvConfPath, resolvPath, 0644)
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/server/
H A Dsandbox_run_unix.go115 Destination: resolvConfPath,
233 err = c.os.CopyFile(resolvConfPath, resolvPath, 0644)
H A Dcontainer_create_unix.go90 if !isInCRIMounts(resolvConfPath, config.GetMounts()) {
92 ContainerPath: resolvConfPath,
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/server/
H A Dsandbox_run_unix.go115 Destination: resolvConfPath,
233 err = c.os.CopyFile(resolvConfPath, resolvPath, 0644)
H A Dcontainer_create_unix.go90 if !isInCRIMounts(resolvConfPath, config.GetMounts()) {
92 ContainerPath: resolvConfPath,
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/drivers/remote/
H A Ddriver_test.go79 resolvConfPath string member
308 resolvConfPath: "/there/goes/the/resolv/conf",
358 "ResolvConfPath": ep.resolvConfPath,

1234