Closed gstavrinos closed 2 years 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.
The reasoning between this change is that it creates a conflict with the -v flag of the
docker volume
extension.