Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use line breaks and continuation for run flags
Switch from joining the docker_run_flags using spaces to new lines and continuations to avoid hitting the glibc MAX_LINE limit used by systemd. As docker_run_flags is used to provide the args to init scripts and systemd, switching it to use line continuation and newlines is sufficient to ensure that systemd/initscritps do not hit any limit imposed by glibc on a readline and at the same time know to continue processing onto the next line for the rest of the command to be run. Fixes garethr#660
- Loading branch information