MCPcopy Create free account
hub / github.com/cortexproject/cortex / SharedDir

Method SharedDir

integration/e2e/scenario.go:57–59  ·  view source on GitHub ↗

SharedDir returns the absolute path of the directory on the host that is shared with all services in docker.

()

Source from the content-addressed store, hash-verified

55
56// SharedDir returns the absolute path of the directory on the host that is shared with all services in docker.
57func (s *Scenario) SharedDir() string {
58 return s.sharedDir
59}
60
61// NetworkName returns the network name that scenario is responsible for.
62func (s *Scenario) NetworkName() string {

Calls

no outgoing calls