deis/docker-shell-dev

Name: docker-shell-dev

Owner: Deis

Description: A containerized development environment to support testing shell-based projects

Created: 2016-06-22 19:19:31.0

Updated: 2017-04-06 13:59:24.0

Pushed: 2017-05-10 21:27:45.0

Homepage: null

Size: 10

Language: Makefile

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

deis/docker-shell-dev

Build Status Docker Repository on Quay

A containerized environment for running bats tests and/or shellcheck against bash scripts.

Image Contents
Usage

Mount the host directory containing your bash scripts dir and bats tests dir and then simply supply the appropriate bats/shellcheck command to run:

cker run --rm \
volume /path/to/dir:/workdir \
workdir /workdir \
ay.io/deis/shell-dev:latest \
ts tests
onsole
cker run --rm \
volume /path/to/dir:/workdir \
workdir /workdir \
ay.io/deis/shell-dev:latest \
ellcheck scripts/*

The latest deis/shell-dev Docker image is available at:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.