Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 407 Bytes

File metadata and controls

13 lines (7 loc) · 407 Bytes

tekkit-lite-docker

Dockerfile to build a docker image which runs a Tekkit Lite Minecraft server.

Jenkinsfile to build said docker image and push it to dockerhub (it's available here).

Build

docker build .

Run

docker run --name tekkit-lite-server -v tekkit-lite:/usr/server/world -d -p 25565:25565 obje/tekkit-lite-docker