Skip to content

Instantly share code, notes, and snippets.

@InTheCloudDan
Created January 19, 2018 01:15
Show Gist options
  • Save InTheCloudDan/0f635bda62a250493a87b3501882944d to your computer and use it in GitHub Desktop.
Save InTheCloudDan/0f635bda62a250493a87b3501882944d to your computer and use it in GitHub Desktop.
[race: Random
options {
raw: true
score: true
}
server_ports {
game_port: 15198
base_port: 19504
}
client_ports {
game_port: 19092
base_port: 15082
}
shared_port: 18696
, race: Random
options {
raw: true
score: true
}
server_ports {
game_port: 15198
base_port: 19504
}
client_ports {
game_port: 19092
base_port: 15082
}
shared_port: 18696
]
@InTheCloudDan
Copy link
Author

docker exec -it f1a /bin/bash
root@f1a12bb0194c:/SC2/3.16.1# netstat -plntu
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:19504 0.0.0.0:* LISTEN 7/SC2_x64
udp 0 0 127.0.0.1:15198 0.0.0.0:* 7/SC2_x64
root@f1a12bb0194c:/SC2/3.16.1# exit


docker exec -it 334a /bin/bash
root@334a04f4fa1e:/SC2/3.16.1# netstat -plntu
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:15082 0.0.0.0:* LISTEN 7/SC2_x64
udp 0 0 127.0.0.1:19092 0.0.0.0:* 7/SC2_x64

@InTheCloudDan
Copy link
Author

docker logs f1a   1
Version: B55958 (SC2.3.16)
Build: Jul 31 2017 13:19:41
Command Line: '"/SC2/3.16.1/StarCraftII/Versions/Base55958/SC2_x64" -listen 0.0.0.0 -port 19504'
Starting up...
Startup Phase 1 complete
Startup Phase 2 complete
Creating stub renderer...
Listening on: 0.0.0.0:19504 (19504)
Startup Phase 3 complete. Ready for commands.
Requesting to join a multiplayer game
Configuring interface options
Configure: raw interface enabled
Configure: feature layer interface disabled
Configure: score interface enabled
Configure: render interface disabled
Entering load game phase.
Create game with map path: Simple64.SC2Map


docker logs 334a   1
Version: B55958 (SC2.3.16)
Build: Jul 31 2017 13:19:41
Command Line: '"/SC2/3.16.1/StarCraftII/Versions/Base55958/SC2_x64" -listen 0.0.0.0 -port 15082'
Starting up...
Startup Phase 1 complete
Startup Phase 2 complete
Creating stub renderer...
Listening on: 0.0.0.0:15082 (15082)
Startup Phase 3 complete. Ready for commands.
Requesting to join a multiplayer game
Configuring interface options
Configure: raw interface enabled
Configure: feature layer interface disabled
Configure: score interface enabled
Configure: render interface disabled
Entering load game phase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment