Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoDockerTest ¶
type CoDockerTest struct { Image string Port string ManagementPort string // contains filtered or unexported fields }
func (*CoDockerTest) ConnectCheck ¶
func (in *CoDockerTest) ConnectCheck(res *dockertest.Resource) (err error)
func (*CoDockerTest) ImageLatest ¶
func (in *CoDockerTest) ImageLatest(pool *D.DockerTest) *dockertest.RunOptions
func (*CoDockerTest) ImageVersion ¶
func (in *CoDockerTest) ImageVersion(pool *D.DockerTest, version string) *dockertest.RunOptions
https://hub.docker.com/r/cockroachdb/cockroach
node=`docker ps | grep cockroach | cut -f 1 -d ' '` docker exec -it $node cockroach sql --insecure
func (*CoDockerTest) SetDefaults ¶
func (in *CoDockerTest) SetDefaults(img string)
Click to show internal directories.
Click to hide internal directories.