docker-minecraft-server/minecraft-server/Dockerfile

42 lines
1.1 KiB
Docker
Raw Normal View History

2016-02-21 00:05:41 +00:00
FROM java:8
2014-06-02 02:38:32 +00:00
MAINTAINER itzg
ENV APT_GET_UPDATE 2015-10-03
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libmozjs-24-bin imagemagick lsof && apt-get clean
2014-06-02 02:38:32 +00:00
RUN update-alternatives --install /usr/bin/js js /usr/bin/js24 100
RUN wget -O /usr/bin/jsawk https://github.com/micha/jsawk/raw/master/jsawk
RUN chmod +x /usr/bin/jsawk
RUN useradd -M -s /bin/false --uid 1000 minecraft \
&& mkdir /data \
&& mkdir /config \
&& mkdir /mods \
2016-01-02 04:23:26 +00:00
&& mkdir /plugins \
&& chown minecraft:minecraft /data /config /mods /plugins
2014-06-02 02:38:32 +00:00
EXPOSE 25565
COPY start-minecraft.sh /start-minecraft
2014-06-02 02:38:32 +00:00
VOLUME ["/data"]
VOLUME ["/mods"]
VOLUME ["/config"]
VOLUME ["/plugins"]
COPY server.properties /tmp/server.properties
2014-06-02 02:38:32 +00:00
WORKDIR /data
2016-02-21 00:05:41 +00:00
USER minecraft
CMD [ "/start-minecraft" ]
2014-06-02 02:38:32 +00:00
# Special marker ENV used by MCCY management tool
ENV MC_IMAGE=YES
2016-01-29 19:50:53 +00:00
ENV UID=1000 GID=1000
2014-06-02 02:38:32 +00:00
ENV MOTD A Minecraft Server Powered by Docker
ENV JVM_OPTS -Xmx1024M -Xms1024M
ENV TYPE=VANILLA VERSION=LATEST FORGEVERSION=RECOMMENDED LEVEL=world PVP=true DIFFICULTY=easy \
LEVEL_TYPE=DEFAULT GENERATOR_SETTINGS= WORLD= MODPACK=