From 4c860daaf10ebd7ee8991f78d8810331e39b8102 Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Thu, 1 Feb 2024 10:18:14 -0800 Subject: [PATCH] Fixes to README --- core/federated/RTI/README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/core/federated/RTI/README.md b/core/federated/RTI/README.md index 82c3f003e..916959f6e 100644 --- a/core/federated/RTI/README.md +++ b/core/federated/RTI/README.md @@ -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/ -``` \ No newline at end of file +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).