- the command hardcodes
"--defaults-file", "/defaults.cnf", but that file is not present in the container. It can be of course mounted into it, but then the command-line shown has to be modified.
- there is no
docker command installed inside the container, which makes it unable to run using the --container option (this usage will of course most likely need an extra setcap or networking arg in the command line used to run it, which would have to be added to the readme)
About point 2: I'd add to the main help text the need for the docker command to be installed when using the option --container
"--defaults-file", "/defaults.cnf", but that file is not present in the container. It can be of course mounted into it, but then the command-line shown has to be modified.dockercommand installed inside the container, which makes it unable to run using the--containeroption (this usage will of course most likely need an extra setcap or networking arg in the command line used to run it, which would have to be added to the readme)About point 2: I'd add to the main help text the need for the
dockercommand to be installed when using the option--container