Manage Container
On the Dashboard Container Management section, you can manage the containers on the robot.

Features
- View the list of containers on the robot.
- Check whether each container is running.
- Start/restart/stop containers.
- View container logs.
- Edit
.bashrc.
Change ROS_DOMAIN_ID
Click the .bashrc button.
Set ROS_DOMAIN_ID to the same value on every container that must communicate over ROS 2 (for example export ROS_DOMAIN_ID=30).

After you save .bashrc, Restarting the container is recommended.
info
Environment variables in the container are managed in the .bashrc file.
Run Commands in a Container
On the Terminal page, select the container where you want to run the command.

Use a bash terminal to run commands and manage processes inside the container without using SSH to access the container.