Submission Instructions
Last updated
Was this helpful?
Last updated
Was this helpful?
To submit your agent to the tournament server, you will need to push your Docker image to a public registry and upload your link to the .
We will pull the latest image directly from the registry.
You can use any public registry. Follow instructions below for Docker Hub:
Make sure your agent has a GAME_CONNECTION_STRING
as an environment variable (and not as a hard-coded string).
If it builds correctly with docker-compose up
it should be OK to submit.
If you haven't already, create a free Docker Hub account .
Login from your terminal using the command docker login
.
Navigate to the working directory containing your agent's Dockerfile. Then run in your terminal:
You will see output similar to:
Upload the public registry link to the .