Skip to content

Commit 4c860da

Browse files
committed
Fixes to README
1 parent f7a9e30 commit 4c860da

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)