jumanjiman / docker-multipathd

multipathd in a container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multipathd in a container

Overview

Provide HA access to SAN LUNs via a tiny container based on Alpine Linux.

Pull an already-built image

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 master
  • quay.io/jumanjiman/multipathd:<version>-YYYYMMDDTHHMM-git-<hash>, where...
    • <version> is the version of multipath-tools
    • <hash> is a git hash of master branch

Contribute

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.

Open a pull request to get started

simplified workflow

Operational status of SaaS providers

CircleCI: http://status.circleci.com/

Quay registry: http://status.quay.io/

Build and test images locally

On a host, such as devenv:

# Build image.
ci/build.sh

# Run the simplest of tests.
ci/test.sh

License

See LICENSE.md.

About

multipathd in a container

License:MIT License


Languages

Language:Shell 100.0%