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
View the backend output by using the container ID associated with the `universal-robots_external-control_external-control-backend` image (e.g. 8e3)
As you have named your container, it may be easier to just reference the container's name directly when following the logs instead of the ID (ID's are subject to change which makes to user have to call docker ps frequently).
You can simply type the following to get the logs every time: docker logs -f universal-robots_external-control_external-control-backend
The text was updated successfully, but these errors were encountered:
Universal_Robots_ExternalControl_URCapX/README.md
Line 62 in 3a2048d
As you have named your container, it may be easier to just reference the container's name directly when following the logs instead of the ID (ID's are subject to change which makes to user have to call
docker ps
frequently).You can simply type the following to get the logs every time:
docker logs -f universal-robots_external-control_external-control-backend
The text was updated successfully, but these errors were encountered: