Skip to content

Dotmesh release-0.3.0

Choose a tag to compare

@alaric-dotmesh alaric-dotmesh released this 02 Mar 15:16
· 179 commits to release-0.3 since this release

Dotmesh release-0.3.0


Dotmesh is a system for capturing, organizing and sharing application states. The first release of Dotmesh offers support for managing dots on Kubernetes and plain Docker clusters, and interoperability with the Dotmesh Hub.

This release includes the binary

  • dm : The dotmesh client, a git-like CLI for interacting with datadots.

The client can be used to install dotmesh-server, assuming you have Docker installed and your user account has access to the Docker daemon.

$ dm cluster init

This pulls the dotmesh server for this release.

  • dotmesh-server : The server-side component for storing datadots. This can be run on individual servers or a cluster.

The dotmesh server also package dynamic provisioner, and flex-volume driver. Dotmesh uses etcd, and ZFS under the hood to manage and store stateful information.

More information on the command line usage, features, installation instructions and concepts can be found at the Dotmesh Docs

Current binaries support OSX and Linux (nixOS, Ubuntu 16.04 LTS and CentOS 7.4).

For more information about product support, team, and blog please head over to https://dotmesh.com/

For a list of current issues

Changes in this version

  • dotmesh#306: CentOS 7.4 support
  • dotmesh#260: Proxy push/pull requests, to support transfers with a multi-node cluster
  • dotmesh#263: Support non-default Flexvolume plugin locations, enabling Kubernetes 1.8 in GKE