From e02af556a72a49e22f8ff52f9b231c6d6d755d38 Mon Sep 17 00:00:00 2001 From: Matt Hughes Date: Mon, 25 Jan 2016 20:11:55 -0500 Subject: [PATCH] Docker Plugin qualification Since sbt-native already provides a DockerPlugin, many people get confused as to the difference between the one included in sbt-native and the `sbt-docker` one linked on the homepage. The question has come up several times in gitter. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d56af98ef..08b80b322 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ Please feel free to [contribute documentation](https://github.com/sbt/sbt-native - [sbt-assembly](https://github.com/sbt/sbt-assembly) - [sbt-packager](https://github.com/en-japan/sbt-packer) - [sbt-docker](https://github.com/marcuslonnberg/sbt-docker) + - This is in addition to the built-in [Docker Plugin](http://www.scala-sbt.org/sbt-native-packager/formats/docker.html) from sbt-native. Both generate docker images. `sbt-docker` provides more customization abilities, while the `DockerPlugin` in this project integrates more directly with predefined archetypes. - [sbt-bundle](https://github.com/sbt/sbt-bundle) - [sbt-typesafe-conductr](https://github.com/sbt/sbt-conductr) - [sbt-newrelic](https://github.com/gilt/sbt-newrelic)