Skip to content

Commit d7a9770

Browse files
authored
Update Readme for docker logs (#5)
* Update Readme for docker logs * fix typo in readme
1 parent 9472537 commit d7a9770

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,10 @@ You can find more documentation on the `docker exec` functionality [here](https:
5353

5454
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.
5555

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`:
5757

5858
```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)
63-
64-
```shell
65-
docker logs -f <container_id>
59+
docker logs -f universal-robots_external-control_external-control-backend
6660
```
6761

6862
## Frontend Contribution

0 commit comments

Comments
 (0)