topology_docker.nodes.host

Simple host Topology Docker Node using Ubuntu.

Classes

  • HostNode: Simple host node for the Topology Docker platform engine.
class topology_docker.nodes.host.HostNode(identifier, image='ubuntu:14.04', **kwargs)

Simple host node for the Topology Docker platform engine.

This base host loads an ubuntu image (by default) and has bash as the default shell.

See topology_docker.node.DockerNode.

Inheritance

Inheritance diagram of HostNode