Skip to content

Commit fe8dda7

Browse files
authored
Merge pull request #395 from stratosphereips/ondrej-lukas-patch-1
Change Docker image source to stratosphereips
2 parents 483499e + 55b3844 commit fe8dda7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ The NetSecGame can be run in a Docker container. You can build the image locally
3838
```bash
3939
docker build -t aidojo-nsg-coordinator:latest .
4040
```
41-
or use the available image from [Dockerhub](https://hub.docker.com/r/lukasond/aidojo-coordinator).
41+
or use the available image from [Dockerhub](https://hub.docker.com/r/stratosphereips/netsecgame).
4242
```bash
43-
docker pull lukasond/aidojo-coordinator:1.0.2
43+
docker pull stratosphereips/netsecgame
4444
```
4545
## Quick Start
4646
A task configuration needs to be specified to start the NetSecGame (see [Configuration](configuration.md)). For the first step, the example task configuration is recommended:
4747
```yaml
4848
# Example of the task configuration for NetSecGame
4949
# The objective of the Attacker in this task is to locate specific data
5050
# and exfiltrate it to a remote C&C server.
51-
# The scenario starts AFTER initial breach of the local network
51+
# The scenario starts AFTER the initial breach of the local network
5252
# (the attacker controls 1 local device + the remote C&C server).
5353

5454
coordinator:

0 commit comments

Comments
 (0)