StoglRobotics / ros_team_workspace

RosTeamWorkspace is a framework for boosting collaboration in teams when developing software for robots using Robot Operating System (ROS1 and ROS2).
https://rtw.stoglrobotics.de
Apache License 2.0
88 stars 18 forks source link

Add command to remove docker containers and images #67

Open destogl opened 1 year ago

destogl commented 1 year ago

We should enable removing of docker containers and images using pre-defined command that use names used in the workspace.

Also, when calling recreate-docker we should stop and remove the container first. Maybe also add an option to delete image and create everything new.

Would it make sense to use the same create_docker_container method when recreating docker and not copy everything arround?