GameServerManagers / GameServerManagers/docker-linuxgsm

dockerized instance in a K8 cluster network isnt ready

Open
#41 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
22
Forks
15
PR merge metrics
No merged PRs in 30d

Description

Have an issue with linuxgsm failing because the entrypoint.sh tries to download and install before the network is initialized.

can a delay be added to wait for a full response from the internet before it begins the processes in entrypoint-user.sh?

a simple while loop works but obviously not if I have to reload the docker image

```
#pause for network start
while ! ping -c 4 google.com > /dev/null;
do
echo -e "Waiting for internet connection."
sleep 10
done
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.