Skip to content

Commit 9f8b79d

Browse files
committed
Always let the oacmp use latests. User nano instead of vim. You can no longer install vim after we have switched from root
1 parent ddf3333 commit 9f8b79d

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ CMD /opt/openarena_start_script.sh
3434

3535
#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.
3636

37-
#To change the config you can start a bash shell, install vim (or other editor) and edit the config:
37+
#To change the config you can start a bash shell and edit the config:
3838
#Start with: docker run -it --rm -v openarena_data:/data --user 1000 sago007/openarena bash
3939
#And then execute:
40-
#apt-get install -y vim
41-
#vim /data/openarena/baseoa/server_config_sample.cfg
40+
#nano /data/openarena/baseoa/server_config_sample.cfg

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ docker run -it --rm -v openarena_data:/data --user 1000 sago007/openarena bash
2424
```
2525
And then do:
2626
```
27-
apt-get install -y vim
28-
vim /data/openarena/baseoa/server_config_sample.cfg
27+
nano /data/openarena/baseoa/server_config_sample.cfg
2928
```
3029

3130
On server start the following files will be created in "/data/openarena/baseoa" if they do not exist:

oacmp_v1_v3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM sago007/openarena:1.0.8.8.1
1+
FROM sago007/openarena:latest
22
MAINTAINER poul@poulsander.com
33

44
USER root

0 commit comments

Comments
 (0)