# Functions
Config takes ContainerJSON and converts it into the opencontainers spec.
# Constants
DefaultApparmorProfile is docker engine's default apparmor profile for containers.
DefaultCurrentWorkingDirectory defines the default directory the container will enter in, if not already specified by the user.
DefaultTerminal is the default TERM for containers.
DefaultUserNSHostID is the default start mapped host id for userns.
DefaultUserNSMapSize is the default size for the uid and gid mappings for userns.
SpecVersion is the version of the opencontainers spec that will be created.
# Variables
DefaultMounts are the default mounts for a container.
DefaultTerminalEnv holds the minimum terminal env vars needed for an interactive session.
NetworkMounts are the mounts needed for default networking.