Conversation
|
For those who need to install docker in Ubuntu:- Open Terminal and run the following commands:- Optional command:- To run docker commands without sudo The above command add the system username in the docker group, Restart the system to complete the process. After restart run After getting feedback from you I'll update README to include all this steps. @scpeters @mabelzhang |
|
Further enhancements are possible: 1.) Sometimes users need to run tests separately, such as the sphere test. Therefore, introducing a Docker Compose file with different commands for separate tests could be beneficial. What's your thoughts? |
In issue #5 , it was discussed that a few manual commands need to be run, such as . /usr/share/gazebo/setup.bash. After merging this pull request, there will be no need for any additional actions, if you use docker. Additionally, there will be no operating system issues, as seen in the Ruby issue in Ubuntu 22 (#17 ).
Steps to build the image:-
cd benchmarksudo docker build -t <name_of_the_image> .command to run the container:-
sudo docker run <name_of_the_image>