This website requires JavaScript.
Explore
Help
Register
Sign In
docker
/
docs
mirror of
https://github.com/docker/docs.git
Watch
1
Star
0
Fork
You've already forked docs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5428964400
docs
/
pkg
/
libcontainer
/
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