Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
First and foremost, many thanks to Manuel, the author. I am a staunch linux gamer and always trying to avoid being in Windows for any reason. Therefore, using docker to startup ASA servers is just amazing. However, I wanted to point out that I've been using Portainer (https://www.portainer.io/) (can be used at home for free) to actually start, restart, and stop my ASA servers (containers). Works like a champ and its web-based!
Without getting into the horrid details, just realize that in order to have that flexibility for a web-based gui to perform those actions (start, restart, stop) on your ASA servers using Manuel's docker images, you need to be diligent in using docker-compose to initially start and setup all of your ASA servers. Remember this key rule: ANYTIME your docker-compose.yml is changed, you must start the current iteration with 'docker up -d'. If you have separate server.yml files for TheIsland, TheCenter, and Scorched Earth like I do, that means creating separate server.yml files (my method) and copying over the docker-compose.yml file with the server you wish to start. Once you've done that with all of your servers, then you can use portainer to start, restart, stop them. In fact, I've used portainer to successfully start 2-3 ASA servers running at the same time in my house for cross-server transfers... Its awesome!
Also make sure you have separate ports setup for each of the containers! Additionally, take a peak at your .ini files in the location specified in Manuel's instructions. You need to specify your server names for the different maps in GameUserSettings.ini after the initial server run with docker-compose up -d.
Cheers!