Skip to content

Commit

Permalink
Always let the oacmp use latests. User nano instead of vim. You can n…
Browse files Browse the repository at this point in the history
…o longer install vim after we have switched from root
  • Loading branch information
sago007 committed Mar 3, 2018
1 parent ddf3333 commit 9f8b79d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion oacmp_v1_v3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sago007/openarena:1.0.8.8.1
FROM sago007/openarena:latest
MAINTAINER poul@poulsander.com

USER root
Expand Down

0 comments on commit 9f8b79d

Please sign in to comment.