Provide HA access to SAN LUNs via a tiny container based on Alpine Linux.
- Github repo: https://github.com/jumanjihouse/docker-multipathd
- Images: https://quay.io/repository/jumanjiman/multipathd
We publish images for master branch. The following tags are available:
quay.io/jumanjiman/multipathd:latest
, which always points to the most recent build on masterquay.io/jumanjiman/multipathd:<version>-YYYYMMDDTHHMM-git-<hash>
, where...<version>
is the version of multipath-tools<hash>
is a git hash of master branch
Fork this repo and see CONTRIBUTING.md.
We use a .editorconfig
file to help maintain
consistent style across files in this repo. We recommend you install
an editorconfig plugin for
your favorite editor.
CircleCI: http://status.circleci.com/
Quay registry: http://status.quay.io/
On a host, such as devenv:
# Build image.
ci/build.sh
# Run the simplest of tests.
ci/test.sh
See LICENSE.md.