# README
This package is intended as a general purpose container abstraction library. With the same code, you can run on Docker, Rkt, etc.
# Functions
Decimate will down sample to a max number of points in a given sample by averaging samples together.
for tests.
No description provided by the author
# Constants
TODO: ensure some type is applied to these statuses.
TODO: ensure some type is applied to these statuses.
TODO: ensure some type is applied to these statuses.
task statuses.
TODO: ensure some type is applied to these statuses.
TODO: ensure some type is applied to these statuses.
# Variables
ErrOutOfMemory for OOM in container engine.
# Interfaces
The ContainerTask interface guides task execution across a wide variety of container oriented runtimes.
A DriverCookie identifies a unique request to run a task.
No description provided by the author
RunResult indicates only the final state of the task.
# Type aliases
Allows us to implement custom unmarshaling of JSON and envconfig.