Skip to content

alvarogarcia7/shellcheck-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Shellcheck using Docker

(Customizable) Install

make build

(Standard) Install

Taken from here

docker pull koalaman/shellcheck:stable  # Or :v0.4.7 for that version, or :latest for daily builds
docker run -v "$PWD:/mnt" koalaman/shellcheck myscript

Running

# Copy the file to the current directory
make run FILE=./shell.sh

About

A basic installation for shellcheck using docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published