Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Docker container name #1

Open
K-Michallik opened this issue Jul 23, 2024 · 1 comment
Open

Using Docker container name #1

K-Michallik opened this issue Jul 23, 2024 · 1 comment

Comments

@K-Michallik
Copy link

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

@urrsk
Copy link
Member

urrsk commented Nov 20, 2024

@K-Michallik thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants