This website requires JavaScript.
Explore
Help
Sign In
jasder
/
runc
Watch
1
Star
0
Fork
You've already forked runc
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
c98df9e60a
runc
/
errors.go
10 lines
99 B
Go
Raw
Blame
History
package
libcontainer
import
(
"errors"
)
var
(
ErrInvalidPid
=
errors
.
New
(
"no ns pid found"
)
)
Reference in New Issue
View Git Blame
Copy Permalink