package process
import "github.com/dotcloud/docker/pkg/process"
Package process provides a set of basic functions to manage individual processes.
Index ¶
Functions ¶
func Alive ¶
Alive returns true if process with a given pid is running.
func Kill ¶
Kill force-stops a process.
func Zombie ¶
Zombie is not supported on Windows.
TODO(thaJeztah): remove once we remove the stubs from pkg/system.
Source Files ¶
- Version
- v24.0.1+incompatible
- Published
- May 19, 2023
- Platform
- windows/amd64
- Imports
- 2 packages
- Last checked
- 6 seconds ago –
Tools for package owners.