I would love to see this documented somewhere, but apparently this is down to the shell that is being used to run the docker command. In Windows, this means that we need to use
%var%
rather than
$var
More information in this thread
Share and learn in the Docker community.
I would love to see this documented somewhere, but apparently this is down to the shell that is being used to run the docker command. In Windows, this means that we need to use
%var%
rather than
$var
More information in this thread