summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Mauch <martin.mauch@gmail.com>2018-06-11 01:43:34 +0200
committerLi Haoyi <haoyi.sg@gmail.com>2018-06-10 16:43:34 -0700
commitc7c91451435a113f61f3324eeb5024cb51e0afd2 (patch)
treeda6acc9d16162c0df8c6da19ea9b4d79970721cf /docs
parentf23381603a52c57212959f52dc46431eeb74b620 (diff)
downloadmill-c7c91451435a113f61f3324eeb5024cb51e0afd2.tar.gz
mill-c7c91451435a113f61f3324eeb5024cb51e0afd2.tar.bz2
mill-c7c91451435a113f61f3324eeb5024cb51e0afd2.zip
Add Docker instructions (#369)
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/1 - Intro to Mill.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index 760f0fcb..9e8a3b9d 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -54,6 +54,13 @@ to get started, follow the instructions in the [manual](#manual) section below.
sed -i '0,/-cp "\$0"/{s/-cp "\$0"/-cp `cygpath -w "\$0"`/}; 0,/-cp "\$0"/{s/-cp "\$0"/-cp `cygpath -w "\$0"`/}' /usr/local/bin/mill
```
+### Docker
+You can download and run a [Docker image containing OpenJDK, Scala and Mill](https://hub.docker.com/r/nightscape/scala-mill/) using
+```bash
+docker pull nightscape/scala-mill
+docker run -it nightscape/scala-mill
+```
+
### Manual
To get started, download Mill and install it into your system via the following