We have released Buf v0.2.0. There are some internal implementation changes, but the main addition is a Docker image to enable you to use `buf` as part of your Docker workflow.
To use:
$ docker run --volume "$(pwd):/workspace" --workdir /workspace bufbuild/buf:0.2.0 check lint
Thank you for your continued interest in Buf!