Files
fn-serverless/api/agent/drivers/docker/doc.go
Justin Ko 9cb883ca68 Godoc fixes (#898)
Add some godoc comments for the api/agent package and some of its
subpackages.
2018-03-28 10:16:40 -07:00

6 lines
191 B
Go

// Package docker provides a Docker driver for Fn. Provides an implementation
// of
// github.com/fnproject/fn/api/agent/drivers.Driver
// that knows how to run Docker images.
package docker