# Functions
ExecCommandIntoContainer executes a command, as a user, into a container.
ExecCommandIntoContainerWithEnv executes a command, as a user, with env, into a container.
InspectContainer returns the JSON representation of the inspection of a Docker container, identified by its name.
LoadImage loads a TAR file in the local docker engine.
RemoveContainer removes a container identified by its container name.
RemoveDevNetwork removes the developer network.
TagImage tags an existing src image into a target one.
# Constants
OPNetworkName name of the network used by the tool.