osrf / rocker

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

Removed '-v' for rocker's version. Only --version should be available. #205

Closed gstavrinos closed 1 year ago

gstavrinos commented 1 year ago

The reasoning between this change is that it creates a conflict with the -v flag of the docker volume extension.

gstavrinos commented 1 year ago

For a quick test of the current (problematic) behaviour just run: rocker -v The output (at least in my case) is:

Extension volume doesn't support default arguments. Please extend it.
rocker 0.2.10

The first line comes from the docker volume extension and the second one is the actual rocker version.