This repo is intended to give a sample ros package. It implements a simple talker/listener set of nodes based on the tutorial here
docker-compose up --build
On some systems, use
docker compose up --build
Note; using --build
forces the image to re-build from any changes
The following image shows the output from the docker container when working correctly.