Skip to content

Commit 9bbd509

Browse files
authored
Merge pull request #345 from lf-lang/docker-rti-readme
Fixes to README
2 parents bf6ecd4 + 089384f commit 9bbd509

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

core/federated/RTI/README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,17 @@ If you would like to go back to non-AUTH mode, you would have to remove all cont
3333

3434
To build a docker image for the RTI, do
3535
```bash
36-
docker build -t rti:rti -f rti.Dockerfile ../../../core/
37-
```
36+
docker build -t lflang/rti:latest -f rti.Dockerfile ../../../
37+
```
38+
39+
To push it to DockerHub, run:
40+
```bash
41+
docker push lflang/rti:latest
42+
```
43+
44+
You may need to login first:
45+
```bash
46+
docker login -u [username]
47+
```
48+
49+
To authenticate, request a PAT on [DockerHub](https://hub.docker.com/settings/security).

0 commit comments

Comments
 (0)