Skip to content

Releases: jessfraz/dockfmt

v0.3.3

25 Sep 17:40
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="d96aa742895202a8b7d8497a254c4b071299132574cbf62f56c749e80af95279"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.3/dockfmt-darwin-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - darwin
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="074a27d10a6529c6e86f1c3f9d8f37cfc92d17da4a804a824899474d678100dc"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.3/dockfmt-darwin-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="920d112cbc092bc4d79786ee9133a2c3d839ca8cefe26026e1bd48b01813d75f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.3/dockfmt-freebsd-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="688103260ef3d44cd2564bdafe707f2ef4bd1c59f36f820750c780d6dc6c22c2"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.3/dockfmt-freebsd-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

linux

386 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="be8276030f926f187d48999e077a5ce31d3a44335fb249d105a00bcd86a41155"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.3/dockfmt-linux-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="f6bc025739cf4f56287e879c75c11cc73ebafdf93a57c9bcd8805d1ab82434a0"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.3/dockfmt-linux-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
arm - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="fc22341d26940b1ca1fb71c31dec150f26b0e4acd1e56589b32627c5bfe2c00f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.3/dockfmt-linux-arm" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
arm64 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="3eb64f8360286e802146eae89f2b5a215064bbbe66ed0a9b08c6bfc6e3f5cbd3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.3/dockfmt-linux-arm64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="540aabf4536b6fd66f16a58e254b09105cf3112ef0895b519636a22af75b864f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.3/dockfmt-solaris-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

windows

386 - windows
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="e55b01cc4737d4138c2d3331422da3bc9d8bfaf8d7987914c8e228103cc157b2"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.3/dockfmt-windows-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - windows
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="dc16dca0dab0aa53afd4c0480ac2bf904424ff8464d4d2bf9700a08a8970ea99"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.3/dockfmt-windows-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

v0.3.2

17 Jul 19:54
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="ac8ec007bd18aac6a7cf94159b6794c472021b47c54d8253ec493b6fa15a7332"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-darwin-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - darwin
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="9fa8ed59317dfb8e7b634a6405c8766be9e863b16f9f6eaf9e7934e02161aec1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-darwin-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="035f69a1fe490e97c3119568c973266eabd122fba8c70d63dc2f664a0101361a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-freebsd-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="69042ec90ace32c0f63a2e33e9d3d7217f45a591293bcf904a67564e42d9b123"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-freebsd-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

linux

386 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="4a0415bc9c10c760b96e56cf11714e43535aa45ca266b34b302f1a7cc59403d6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-linux-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="f3f2b3caaa312402dcb1503629bf5ada532d65d3ce549d21097f8ac911c29b12"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-linux-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
arm - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="616fceeaf18e52e79a017b592e58ba8587e7363bfe8bd196468632b5f3c17267"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-linux-arm" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
arm64 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="2c8f0940efbea184786d10d564524bd37f9b4cb31b43b3277dca24984798857a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-linux-arm64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="ee3884ad8af5baadfd27a4ee016a1d75905b9e026a06a7f224a27dd94e70dcba"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-solaris-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

windows

386 - windows
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="f3c70d60bc985b58645618690bb5b2a706726937645abe2b632eccebe258be3f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-windows-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - windows
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="a8ff3aa6b3069d508935c3473820b1ece5030e9d9be313664202c4178014dec7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-windows-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

v0.3.1

14 Jul 16:54
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="dbaba829339c69c6fa5cf49323b7fc40afb12252bea8aecdaa07d3f169e93871"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.1/dockfmt-darwin-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - darwin
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="1da2f50869dbcef59070e8ed7bb37c824bb676678a3b6a71768b19c02bcd42fc"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.1/dockfmt-darwin-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="4f7a8d64710d07d1a56ecdd8de478ddb7bdfc6fd6106770ae997a2a289da948a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.1/dockfmt-freebsd-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="31e28ece1e2fe59113aad83f3164c47a6f8d26bf2a063b5d6f9c44e4886329b1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.1/dockfmt-freebsd-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

linux

386 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="28199de8c7c16d7bb139391cc108a7e9cd056bf35f153359eec72857b1151ddd"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.1/dockfmt-linux-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="5267ac6e870b33a4ef9998453546fa875862d5e319bf71cda7875b580bbf4150"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.1/dockfmt-linux-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
arm - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="80ff856f2b3071c4bc53e12e05de085806ecd5e0f2db37f0d9b13a3fe3d154e7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.1/dockfmt-linux-arm" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
arm64 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="c8fd4dff52fef0421612df591b10ac268d0f9a145cd38735f501b201766d3c76"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.1/dockfmt-linux-arm64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="671ac3d2c3707829b36bed762fcf8b5d2637370a91298af3cd3db13e739230d6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.1/dockfmt-solaris-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

windows

386 - windows
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="3be3ca3e6a1dfe1a0160b70120fed5ab8ea81c5819e6633445b658b46ef7ff8a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.1/dockfmt-windows-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - windows
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="d78d806cbb6d95dd9e91c7c69ca6021703806f7d8a13b5bcba5ddd5cadb592c6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.1/dockfmt-windows-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

v0.3.0

02 Jan 10:42
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="9afed265835ff18c90ea46b2aec8571862501a8c318b715ed385a42efb953cab"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.0/dockfmt-darwin-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - darwin
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="9c2342566a2649b4667af763f005552e112665df86fdc4bf9d53c2950b6f1daa"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.0/dockfmt-darwin-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="c41a82ffd1d7e64d11a45ff81c54b9cdd9a832d2bd85e798847743bce08c0560"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.0/dockfmt-freebsd-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="ca58d80139118fa3e81a2ed0aadd66cdb174c3b869f58c8c9d0dfa72b6e08982"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.0/dockfmt-freebsd-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

linux

386 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="ed2fb913dfbfa78914a677957de8baf12974c1ef875da1518371f1d7da02f460"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.0/dockfmt-linux-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="2f54c4afeedc7bac75d63483b45aa1d548e677465589124bdaeadb23a80570fe"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.0/dockfmt-linux-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
arm - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="24a19be8503fabb0eb28319ad623d923dd8344faa34ead1c89d82def02989eb8"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.0/dockfmt-linux-arm" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
arm64 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="b676f0bf7b022ac1b1ea8a31de93c140f059ed44159fe5544077668d875e941f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.0/dockfmt-linux-arm64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="57fbf7998c13501d7c03ff517fb46a3c78d6d333f47ae2b1d763bd972d9b57fa"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.0/dockfmt-solaris-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

windows

386 - windows
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="ff6cada4c6a47bd7ab161c042dd803fa15f0bad386367b293ac5ce19fc06710e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.0/dockfmt-windows-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - windows
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="6e96b5816ec92d4571403242b2d62d42ded4af1d00c08bd0daec8baaed723d6d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.0/dockfmt-windows-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

v0.2.4

30 Nov 22:37
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="6c88305e2dc27f49709c2bc2f4025def0b01e91866ef303a17fa205cf988a48c"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.4/dockfmt-darwin-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - darwin
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="aca0b1442fde78884f96e3f4b0a34e950109d9cb07b4264a5d3bbb0aff5505e6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.4/dockfmt-darwin-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="3d3fa0a3ff7236d9fa04027210cf2d99b0c023e563617a8b45bbafa7ef0149e3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.4/dockfmt-freebsd-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="68472e799b1c686cb3615866c757b5e1824e61488b2227a107bd9f5c19ba3365"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.4/dockfmt-freebsd-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

linux

386 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="6ba5539622f6443748bba952e4f9286c2222c7a6a5da480c99dc87ff9b6a069a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.4/dockfmt-linux-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="be961a9b8c1417ca0c937650c9912ff2dfc5d7aecf3af0cae0807723d560498d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.4/dockfmt-linux-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
arm - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="96c7d1801d1e103277337db23e6b2a9b824447f93845ff4419ee71a33f3026f5"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.4/dockfmt-linux-arm" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
arm64 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="7fe1436bafa36b40be8629f12495d726264ad56a81143e95a35fa17b58eaef0f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.4/dockfmt-linux-arm64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="0220a3eba851c37a5da21e2c344254d34068a1e71206ee5ffda438170fa1665b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.4/dockfmt-solaris-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

windows

386 - windows
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="2ef7dae7932c3586fd009e67279fe8bee3977ffbfa87568f5d12895c3e8e1427"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.4/dockfmt-windows-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - windows
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="6bf0fbf26f0a8cc45a7d37d6d38b308164fd1b8f19c10bc633ff68231a6f3b0d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.4/dockfmt-windows-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

v0.2.3

30 Nov 22:14
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="c59a1141fd8f0d9b274f0d2e37987587453362e2232d564627237cd2896e8070"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.3/dockfmt-darwin-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - darwin
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="76ce75d878e80bcc6555cdb31e85c1a4c2754b319a7fb42a9f6f435e3ecd72e7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.3/dockfmt-darwin-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="f5ff3df7afae4a98d5f61d804224fe50941324f50896cb84f344fc274b889248"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.3/dockfmt-freebsd-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="78f1b5233e8a03381374d15a68e540044715abe4d825fca8932bd4313649e11b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.3/dockfmt-freebsd-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

linux

386 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="92a470bd3afd1b673684d323451a8684d5e71a6c768d76f09fe957a9be26de76"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.3/dockfmt-linux-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="8164189b34daa3995efee3602b84b4bbcab828d3acc6d042d2f3a24cc0858dbb"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.3/dockfmt-linux-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
arm - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="a98e21b0559cf425d3e575c13e10cc0849cb8c166647ff9b7e1b650a1c9d5263"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.3/dockfmt-linux-arm" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
arm64 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="bab02e408f8a7561b54869ce198593f2f686e40c45a4307b1ed2d6486a222145"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.3/dockfmt-linux-arm64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="72d1f30f20b63e9d3346ef20ada34daf94e4f445a69bfad4ffc3694222aa2d21"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.3/dockfmt-solaris-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

windows

386 - windows
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="4715c247ed37505c5634cc6adc314e84417f51c2ae6b048de45d9c06a660f12b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.3/dockfmt-windows-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - windows
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="1009889957759067f70ef376624510fa066644b0758745cf596e0731500471bf"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.3/dockfmt-windows-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

v0.2.1

30 Nov 16:17
Compare
Choose a tag to compare

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="3cebd25bacdf63cbe7fe7289ef02475ba4457ad9787147ed250e0b9e98c0a165"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.1/dockfmt-darwin-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - darwin
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="2ef9e9f8c7bc0f99b56627f0e20d1fd7befe4d2581eeed06abb8435f4dd3fbb6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.1/dockfmt-darwin-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="dd70e70a765a37b4671b17c4775e30699912f1b3443bde13095a84d0dd56def6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.1/dockfmt-freebsd-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="352109316d31af38e78b69c9ea5b74390f167f3b4a2a5abd56ec4a04b1058175"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.1/dockfmt-freebsd-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

linux

386 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="f610cad5604473b57095a1910e17ed1fdae73d7557150b6050e066cc3a7ec421"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.1/dockfmt-linux-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="dc500d261276b59284d86258230ea3fef565c690104f67551af65ac08d32d0a4"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.1/dockfmt-linux-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
arm - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="0daa65d9b66f2cf2de1b8334d996287bad16750308e20a0b49f16c1936247207"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.1/dockfmt-linux-arm" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
arm64 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="72b642c08d050a23efd930d3ce7a60c26842e0f81202491e05ec341c664abdb8"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.1/dockfmt-linux-arm64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="7ac9cd0970d448cd56595c17b1efa0a2f3f116d2de3337e08fd1b6ee3638d8c5"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.1/dockfmt-solaris-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

windows

386 - windows
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="fc548ad31b4e8308f4cae18020e9e0a6c498e1aa5608fc53ed39d76ec0e765a1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.1/dockfmt-windows-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - windows
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="b84e490bb47b17026f29489385c72bc5d5e92574cb6e694888baf62ce6b65858"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.2.1/dockfmt-windows-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h