From cdc040a1b0e9c8e268b977232c3c6f322b2b1536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rune=20S=C3=B8e-Knudsen?= <41109954+urrsk@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:09:57 +0100 Subject: [PATCH 1/2] Update Readme for docker logs --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8776d6b..24afbfd 100644 --- a/README.md +++ b/README.md @@ -53,16 +53,10 @@ You can find more documentation on the `docker exec` functionality [here](https: Your terminal prompt should have switched from `psxdev@:/pwd/$ ` to `:/pwd/# `, meaning you can now execute commands within your simulator docker container. -List the active docker containers with +Inside the simulator docker contrainer, you can view the backend output using the docker `logs` functionality. The following will show the terminal output from the `universal-robots_external-control_external-control-backend`: ```shell -docker ps -``` - -View the backend output by using the container ID associated with the `universal-robots_external-control_external-control-backend` image (e.g. 8e3) - -```shell -docker logs -f +docker logs -f universal-robots_external-control_external-control-backend ``` ## Frontend Contribution From e48ca5b41605b496b490979a73955770ee7f4045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rune=20S=C3=B8e-Knudsen?= <41109954+urrsk@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:20:20 +0100 Subject: [PATCH 2/2] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24afbfd..575ea06 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ You can find more documentation on the `docker exec` functionality [here](https: Your terminal prompt should have switched from `psxdev@:/pwd/$ ` to `:/pwd/# `, meaning you can now execute commands within your simulator docker container. -Inside the simulator docker contrainer, you can view the backend output using the docker `logs` functionality. The following will show the terminal output from the `universal-robots_external-control_external-control-backend`: +Inside the simulator docker container, you can view the backend output using the docker `logs` functionality. The following will show the terminal output from the `universal-robots_external-control_external-control-backend`: ```shell docker logs -f universal-robots_external-control_external-control-backend