/docker-build-service

Provides a build service for code using docker containers

Primary LanguageGoMIT LicenseMIT

docker-build-service

Provides a build service for code using docker containers

Building

If you wish to build docker-build-service you'll need Go version 1.2+ installed.

Please check your installation with:

$ go version

To build, run:

$ go build github.com/slogsdon/docker-build-service

TODO

  • Provide share/save functionality
  • Write up documentation
  • Example usage

License

Licensed under the MIT License.

See the LICENSE file for details.