wings/environment/docker
Piotr Krakowski 86842da1b8 Enable game server ip address allocation for macvlan driver.
Issue:
For macvlan driver default docker config assign first available ip.
Game servers get ip assigned in order of container creation.

Solution proposal:
Wings support only one docker network for each game server.
To assign correct IP default allocation could be used.
Allocations doesn't limit IPs at all, admin could set desired game server container ip and port by default allocation.
2022-10-09 21:03:18 +02:00
..
api.go chore: reformat code 2022-10-06 09:58:42 -06:00
container.go Enable game server ip address allocation for macvlan driver. 2022-10-09 21:03:18 +02:00
environment.go chore: reformat code 2022-10-06 09:58:42 -06:00
power.go run gofumpt 2022-02-23 15:02:19 -07:00
stats.go Re-implement ContainerInspect call in Wings to use more performant json encoder (#119) 2022-01-23 14:13:49 -08:00