Affected by GO-2022-0390
and 1 other vulnerabilities
GO-2022-0390: Moby (Docker Engine) started with non-empty inheritable Linux process capabilities in github.com/docker/docker
GO-2024-2914: Moby (Docker Engine) is vulnerable to Ambiguous OCI manifest parsing in github.com/docker/docker
package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Aug 20, 2014
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Debugf(format string, a ...interface{})
Debug function, if the debug flag is set, then display. Do nothing otherwise
If Docker is in damon mode, also send the debug info on the socket
func Errorf(format string, a ...interface{})
func Fatalf(format string, a ...interface{})
func Infof(format string, a ...interface{})
type Fataler interface {
Fatal(args ...interface{})
}
A common interface to access the Fatal method of
both testing.B and testing.T.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.