package reexec

import "github.com/docker/docker/reexec"

Index

Functions

func Init

func Init() bool

Init is called as the first part of the exec process and returns true if an initialization function was called.

func Register

func Register(name string, initializer func())

Register adds an initialization func under the specified name

func Self

func Self() string

Self returns the path to the current processes binary

Source Files

reexec.go

Version
v1.2.0
Published
Aug 20, 2014
Platform
js/wasm
Imports
4 packages
Last checked
1 minute ago

Tools for package owners.