MCPcopy Create free account
hub / github.com/efficientgo/e2e / SharedDir

Method SharedDir

env.go:72–72  ·  view source on GitHub ↗

SharedDir returns host directory that will be shared with all runnables.

()

Source from the content-addressed store, hash-verified

70 Name() string
71 // SharedDir returns host directory that will be shared with all runnables.
72 SharedDir() string
73 // HostAddr returns host address that is available from runnables.
74 HostAddr() string
75 // Runnable returns runnable builder which can build runnables that can be started and stopped within this environment.

Callers 1

TestDockerEnvironmentFunction · 0.65

Implementers 1

DockerEnvironmentenv_docker.go

Calls

no outgoing calls

Tested by 1

TestDockerEnvironmentFunction · 0.52