diff --git a/README.md b/README.md index ebe1b3e..7a833f3 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,14 @@ ScriptCraft plugin... [ic]: http://canarymod.net/releases [cmapi]: https://ci.visualillusionsent.net/job/CanaryLib/javadoc/ +# 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) + # Contributing If you would like to contribute source code and/or documentation changes please [read contributing.md][contrib] @@ -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/