Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stipulation of docker version in documentation #448

Merged
merged 1 commit into from
Dec 28, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Any help on testing and improving this feature is appreciated so feel free to re

## Experimental Docker support ##

Native packager now provides experimental `Docker` images.
Native packager now provides experimental `Docker` images. Docker version `1.3` or higher is required.
To enable this feature follow [My First Packaged Server Project guide](http://www.scala-sbt.org/sbt-native-packager/GettingStartedServers/MyFirstProject.html) and use one of the provided Docker tasks for generating images.

To publish the image, ``dockerRepository`` should be set.
Expand Down
3 changes: 2 additions & 1 deletion src/sphinx/formats/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Docker images describe how to set up a container for running an application, inc
Requirements
------------

You need the docker console client installed. SBT Native Packager doesn't use the REST API.
You need the docker console client installed and version `1.3` or higher is required.
SBT Native Packager doesn't use the REST API, but instead uses the CLI directly.

It is currently not possible to provide authentication for Docker repositories from within the build.
The ``docker`` binary used by the build should already have been configured with the appropriate
Expand Down