...

Source file src/github.com/Microsoft/hcsshim/internal/exec/doc.go

Documentation: github.com/Microsoft/hcsshim/internal/exec

     1  // Package exec implements a minimalized external process launcher. It exists to work around some shortcomings for
     2  // Windows scenarios that aren't exposed via the os/exec package.
     3  package exec
     4  

View as plain text