diff --git a/Dockerfile b/Dockerfile index 55f5b3c..c7351d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,8 +34,7 @@ CMD /opt/openarena_start_script.sh #Be warned that the port number must be changed in all three places for the server to appear in the serverlist (2016-05-02). I have not examinated if this is a bug or design flaw in ioquake3 or Docker but the server port is not reported correctly to the master server. -#To change the config you can start a bash shell, install vim (or other editor) and edit the config: +#To change the config you can start a bash shell and edit the config: #Start with: docker run -it --rm -v openarena_data:/data --user 1000 sago007/openarena bash #And then execute: -#apt-get install -y vim -#vim /data/openarena/baseoa/server_config_sample.cfg +#nano /data/openarena/baseoa/server_config_sample.cfg diff --git a/README.md b/README.md index a0b2287..51c48ab 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,7 @@ docker run -it --rm -v openarena_data:/data --user 1000 sago007/openarena bash ``` And then do: ``` -apt-get install -y vim -vim /data/openarena/baseoa/server_config_sample.cfg +nano /data/openarena/baseoa/server_config_sample.cfg ``` On server start the following files will be created in "/data/openarena/baseoa" if they do not exist: diff --git a/oacmp_v1_v3/Dockerfile b/oacmp_v1_v3/Dockerfile index df00cbe..de23a86 100644 --- a/oacmp_v1_v3/Dockerfile +++ b/oacmp_v1_v3/Dockerfile @@ -1,4 +1,4 @@ -FROM sago007/openarena:1.0.8.8.1 +FROM sago007/openarena:latest MAINTAINER poul@poulsander.com USER root