Skip to content

Commit

Permalink
Use knowgo/knowgo-vehicle-simulator as preferred docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
pmundt committed Oct 12, 2021
1 parent 8091253 commit 8a4a922
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ a number of deployment options have been provided:

#### Docker

Multi-arch images are provided under [adaptant/knowgo-vehicle-simulator].
Multi-arch images are provided under [knowgo/knowgo-vehicle-simulator].
The image can be run directly as:

```
$ docker run -p 8086:8086 adaptant/knowgo-vehicle-simulator
$ docker run -p 8086:8086 knowgo/knowgo-vehicle-simulator
```

[adaptant/knowgo-vehicle-simulator]: https://hub.docker.com/repository/docker/adaptant/knowgo-vehicle-simulator
[knowgo/knowgo-vehicle-simulator]: https://hub.docker.com/repository/docker/knowgo/knowgo-vehicle-simulator

#### Kubernetes

Expand Down
6 changes: 3 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ a number of deployment options have been provided:

### Docker

Multi-arch images are provided under [adaptant/knowgo-vehicle-simulator].
Multi-arch images are provided under [knowgo/knowgo-vehicle-simulator].
The image can be run directly as:

```
$ docker run -p 8086:8086 adaptant/knowgo-vehicle-simulator
$ docker run -p 8086:8086 knowgo/knowgo-vehicle-simulator
```

[adaptant/knowgo-vehicle-simulator]: https://hub.docker.com/repository/docker/adaptant/knowgo-vehicle-simulator
[knowgo/knowgo-vehicle-simulator]: https://hub.docker.com/repository/docker/knowgo/knowgo-vehicle-simulator

### Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion simulator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ spec:
spec:
containers:
- name: knowgo-vehicle-simulator
image: adaptant/knowgo-vehicle-simulator
image: knowgo/knowgo-vehicle-simulator
ports:
- containerPort: 8086

0 comments on commit 8a4a922

Please sign in to comment.