dockerfile

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CodeServerInstall = `RUN curl -fsSL https://code-server.dev/install.sh | sh`
	Entrypoint        = `ENTRYPOINT ["/opt/code-server/entrypoint.sh"]`
)

Variables

This section is empty.

Functions

func WrapDockerFile

func WrapDockerFile(devcontainer DevContainer) (string, error)

Types

type KeyBinding

type KeyBinding struct {
	Key     string `json:"key"`
	Command string `json:"command"`
	When    string `json:"when"`
}

Jump to

Keyboard shortcuts

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