From c7c91451435a113f61f3324eeb5024cb51e0afd2 Mon Sep 17 00:00:00 2001 From: Martin Mauch Date: Mon, 11 Jun 2018 01:43:34 +0200 Subject: Add Docker instructions (#369) --- docs/pages/1 - Intro to Mill.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/pages/1 - Intro to Mill.md') 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 -- cgit v1.2.3