MCPcopy Create free account
hub / github.com/nhost/nhost / NewDocker

Function NewDocker

cli/dockercompose/docker.go:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19type Docker struct{}
20
21func NewDocker() *Docker {
22 return &Docker{}
23}
24
25// setupInteractiveTerminal configures the terminal for interactive PTY usage:
26// raw mode for escape sequences, initial size inheritance, and resize handling.

Callers 4

deployFunction · 0.92
upFunction · 0.92
cloudFunction · 0.92
commandHasuraFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected