From b9f6d768c52b4143f2dc885677590ef37e9bdcda Mon Sep 17 00:00:00 2001 From: Thomas Clavier Date: Sun, 22 Feb 2015 00:07:45 +0100 Subject: [PATCH] Docker container --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ebe1b3e..d1b1f92 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,14 @@ Minecraft. If you don't want to compile from source, you can [download the compiled plugin here][dl] and copy it to the CanaryMod plugins directory. +# Docker + +To launch a container with CanaryMod and ScriptCraft you can just do + + docker run -p 25565:25565 -it tclavier/scriptcraft + +You can find all files used to build this container in github project : [docker-scriptcraft](https://github.com/tclavier/docker-scriptcraft) + # Post Install Once installed, a new scriptcraft/plugins directory is automatically @@ -204,4 +212,4 @@ Developer Chris Cacciatore has created some interesting tools using Scriptcraft. [ytpl]: http://www.youtube.com/watch?v=DDp20SKm43Y&list=PL4Tw0AgXQZH5BiFHqD2hXyXQi0-qFbGp_ [ex]: src/main/js/plugins/examples [contrib]: contributing.md -[sj]: http://cdathenry.wordpress.com/2013/10/12/modderdojo-week-2-moving-from-scratch-to-javascript/ \ No newline at end of file +[sj]: http://cdathenry.wordpress.com/2013/10/12/modderdojo-week-2-moving-from-scratch-to-javascript/