(Linux) Remove docker container

In certain occasions you may want to remove the Docker container. This will not cause any data loss when using the steps below
An example of when you want to do this, is when you adde custom docker parameters.

Please note that removing a Docker container will change the HWID for the affected game server.

1. Find your Docker container ID

Go to the settings page of the game server.

2. Login on your machine via SSH

3. Execute Docker command

In the SSH window type docker rm YOURCONTAINERID. Make sure to replace YOURCONTAINERID with the container ID from step 2. Now hit enter.

4. Start game server via GSA Dashboard

After that you can start your game server via your GSA Dashboard. This will automatically recreate the container.