Docker container
This commit is contained in:
parent
45c52e67d5
commit
b9f6d768c5
1 changed files with 9 additions and 1 deletions
10
README.md
10
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/
|
||||
[sj]: http://cdathenry.wordpress.com/2013/10/12/modderdojo-week-2-moving-from-scratch-to-javascript/
|
||||
|
|
Reference in a new issue