Skip to content

Commit

Permalink
Merge pull request #345 from lf-lang/docker-rti-readme
Browse files Browse the repository at this point in the history
Fixes to README
  • Loading branch information
lhstrh authored Feb 1, 2024
2 parents bf6ecd4 + 089384f commit 9bbd509
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 9bbd509

Please sign in to comment.