UniversalRobots / Universal_Robots_ExternalControl_URCapX

PolyscopeX URCap for the ROS and ROS2 drivers
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Using Docker container name #1

Open K-Michallik opened 4 months ago

K-Michallik commented 4 months ago

https://github.com/UniversalRobots/Universal_Robots_ExternalControl_URCapX/blob/3a2048d1c69b6fc04e2f15c965a9cde1d75fcbef/README.md?plain=1#L62

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

urrsk commented 4 days ago

@K-Michallik thanks