osrf / rocker

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

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

Closed tfoote closed 10 months ago

tfoote commented 10 months ago

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

First half of #245