puppetlabs-docker icon indicating copy to clipboard operation
puppetlabs-docker copied to clipboard

Flag --time has been deprecated Debian 12

Open WhiskyLe opened this issue 4 months ago • 0 comments

when you declare a docker::run it sets as default a stop_wait_time of 10 which results in the service beeing created with --time command:

     CGroup: /system.slice/docker-redisinsight.service
             ├─2885800 bash /usr/local/bin/docker-run-containername-stop.sh
             └─2885806 /usr/bin/docker stop --time=10 containername

this should be --timeout

Flag --time has been deprecated, use --timeout instead

WhiskyLe avatar Aug 06 '25 12:08 WhiskyLe