Skip to content

Commit

Permalink
Fixes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Feb 4, 2024
1 parent f7a9e30 commit 4c860da
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions core/federated/RTI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,17 @@ If you would like to go back to non-AUTH mode, you would have to remove all cont

To build a docker image for the RTI, do
```bash
docker build -t rti:rti -f rti.Dockerfile ../../../core/
```
docker build -t lflang/rti:latest -f rti.Dockerfile ../../../
```

To push it to DockerHub, run:
```bash
docker push lflang/rti:latest
```

You may need to login first:
```bash
docker login -u [username]
```

To authenticate, request a PAT on [DockerHub](https://hub.docker.com/settings/security).

0 comments on commit 4c860da

Please sign in to comment.