...

Package runhcs

import "github.com/Microsoft/hcsshim/internal/runhcs"
Overview
Index

Overview ▾

Constants

const (
    SafePipePrefix = `\\.\pipe\ProtectedPrefix\Administrators\`
)

Variables

ShimSuccess is the byte stream returned on a successful operation.

var ShimSuccess = []byte{0, 'O', 'K', 0}

func SafePipePath

func SafePipePath(name string) string