airtonix / docker-arma3-exile

MIT License
4 stars 2 forks source link

Error in run step 23/35 No such directory. #1

Open Aterfax opened 7 years ago

Aterfax commented 7 years ago

Error message is as follows:

"mv: can't rename './@ExileServer': No such file or directory"

Dockerfile: http://termbin.com/mpzy

Command output: http://termbin.com/fggt

Aterfax commented 7 years ago

Looks like:

WORKDIR /tmp/$EXILE_SERVER_FILENAME/Arma\ 3\ Server

Should be:

WORKDIR /tmp/Arma\ 3\ Server

Aterfax commented 7 years ago

Same issue applies to the MySQL workfolder!

timelf123 commented 7 years ago

Try this https://github.com/timelf123/docker-arma3-exile

./build.sh - downloads the mods, keys and mpmissions for exile, sets up the folder structure for volumes, gets sql file ready for mysql to load, and copies the a3.bikey (because we overwrite the keys folder in the timelf123/arma image with our local keys volume)

git clone https://github.com/timelf123/docker-arma3-exile.git
./build.sh
docker-compose up -d
Aterfax commented 7 years ago

Cheers.

timelf123 commented 7 years ago

Np - will be re-releasing a cleaned up version probably next week - but this should get you started