5 lines
221 B
Go
5 lines
221 B
Go
// Package machine defines interfaces to manage a variety of docker instances
|
|
// deployed on different backends (VMs, baremetal).
|
|
// The goal is to allow users get from zero to docker as fast as possible.
|
|
package machine
|