How to prevent field splitting when using ENV variables in Docker ENTRYPOINT
By default, variables will be split by space characters. This is not what you want if you have a message that contains spaces for example.
To prevent this, the variable may be surrounded by quotation marks. If you’re using the exec form in the ENTRYP...
thoeny.dev1 min read