From a63eba16a17f89e351f13261595121a004777af3 Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Tue, 2 Jul 2024 14:44:01 -0700 Subject: [PATCH] Address review --- docs/reference/docker-support.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/docker-support.mdx b/docs/reference/docker-support.mdx index 8d91a5863..f4fb15df2 100644 --- a/docs/reference/docker-support.mdx +++ b/docs/reference/docker-support.mdx @@ -234,10 +234,10 @@ The above run command can include any supported command-line arguments to the LF docker run -t --rm foo --timeout 20 sec ``` -### Manually launching a federation +#### Manually launching a federation In addition to building the images and running each individual container, launching a federation requires a few additional steps. -#### Create a network and launch RTI +##### Create a network and launch RTI To pull the RTI from DockerHub, run this command: ```sh docker pull lflang/rti:rti