constants

package
v0.0.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AllType           = "all"
	ConnectType       = "connect"
	DefaultDockerFile = `
FROM debian:stretch
LABEL creator=dev-env
ENTRYPOINT ["/bin/bash"]
`
	DefaultEnvironment = "main"
	DetachedOption     = "detached"
	EntrypointOption   = "--entrypoint"
	EnvironmentOption  = "environment"
	RunShellCommand    = "bash"
	RunSuffix          = "_run"
	RunType            = "run"
	ShellCommandOption = "-c"
	SpawnSuffix        = "_spawn"
	SpawnTailArgs      = "/dev/null"
	SpawnTailCommand   = "tail"
	SpawnTailOptions   = "-f"
	SpawnType          = "spawn"
	TypeOption         = "type"
)

Variables

View Source
var (
	DefaultContainerArgs = []string{"-v", "${PROJECTROOT}:/src", "-w", "/src"}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL