Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultUnixSocket = "/var/run/docker.sock"
DefaultUnixSocket to connect to the docker API
View Source
const SIGWINCH = syscall.SIGWINCH
SIGWINCH alias
Variables ¶
This section is empty.
Functions ¶
func GetTaskConfig ¶
GetTaskConfig returns a new task for the action
Types ¶
type RemoveTask ¶
RemoveTask is a task which removes the container used by the run task and the artifact created by the run task.
func (*RemoveTask) Run ¶
func (t *RemoveTask) Run(ctx *context.ExecuteContext, _ bool) (bool, error)
Run creates the host path if it doesn't already exist
Click to show internal directories.
Click to hide internal directories.