nsenter

package
v0.0.0-...-31fc253 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MountNSEnter

type MountNSEnter struct {
	Target     int64  // target PID (required)
	MountLxcfs bool   // enter mount namespace or not
	MountFile  string // Mount namespace location, default to /proc/PID/ns/mnt
}

MountNSEnter is the client used to enter the mount namespace

func (*MountNSEnter) Execute

func (cli *MountNSEnter) Execute(command string, args ...string) (stdout, stderr string, err error)

Execute runs the given command with a default background context

func (*MountNSEnter) ExecuteContext

func (cli *MountNSEnter) ExecuteContext(ctx context.Context, command string, args ...string) (string, string, error)

ExecuteContext the given command using the specific nsenter config

Jump to

Keyboard shortcuts

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