We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e51076 + 51bb17c commit 2bf9e8bCopy full SHA for 2bf9e8b
README.md
@@ -116,7 +116,7 @@ Upon which the game server is created on `localhost:9000` to which the agents ca
116
When running in the Docker container, the NetSecGame can be started with:
117
```bash
118
docker run -it --rm \
119
- -v $(pwd)/examples/example_config.yaml:/aidojo/netsecenv_conf.yaml \
+ -v $(pwd)/examples/example_task_configuration.yaml:/aidojo/netsecenv_conf.yaml \
120
-v $(pwd)/logs:/aidojo/logs \
121
-p 9000:9000 lukasond/aidojo-coordinator:1.0.2
122
```
0 commit comments