You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,16 +53,10 @@ You can find more documentation on the `docker exec` functionality [here](https:
53
53
54
54
Your terminal prompt should have switched from `psxdev@<vsc_container_id>:/pwd/$ ` to `<ursim_container_id>:/pwd/#`, meaning you can now execute commands within your simulator docker container.
55
55
56
-
List the active docker containers with
56
+
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`:
57
57
58
58
```shell
59
-
docker ps
60
-
```
61
-
62
-
View the backend output by using the container ID associated with the `universal-robots_external-control_external-control-backend` image (e.g. 8e3)
0 commit comments