You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When $docker_command is explicitly passed to the docker class, it is taken in account only in service.pp.
class {'docker':
docker_command => 'other-docker-command',
}
All the other modules seems to always take $docker::params::docker_command rather than $ docker::docker_command. Thereby, the init files and all the other commands call are not correct.
The text was updated successfully, but these errors were encountered:
When
$docker_command
is explicitly passed to thedocker
class, it is taken in account only inservice.pp
.All the other modules seems to always take
$docker::params::docker_command
rather than$ docker::docker_command
. Thereby, theinit
files and all the other commands call are not correct.The text was updated successfully, but these errors were encountered: