osrf / rocker

A tool to run docker containers with overlays and convenient options for things like GUIs etc.
Apache License 2.0
533 stars 68 forks source link

switch to use get_name() instead of .name #267

Closed tfoote closed 5 months ago

tfoote commented 5 months ago

Avoid internal calls to .name which were violating the minimal definition of a rocker extension point.

First half of #245