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
{{ message }}
This repository was archived by the owner on Feb 27, 2025. It is now read-only.
Currently, we use docker compose to configure and start the onboard and landside containers locally. However, we use docker run to configure and start the onboard docker container on the robot and to start landside on a connected laptop.
Due to its complexity, the docker run command is nearly impossible to memorize, unlike a docker compose command. It is inconvenient to have to copy the docker run command from the README every time. Aliases such as ddd are not updated when the command in this repo changes.
It would be much more convenient to use docker compose to start the docker containers, and the command could be memorized.
Purpose
Create docker compose files to start the onboard and landside containers for pool testing with the same configuration as the current docker run commands.