mirror of
https://github.com/docker/docs.git
synced 2026-04-13 23:06:15 +07:00
We're going to warn people that allowing a boolean in the environment is being deprecated, so in a future release we can disallow it. This is to ensure boolean variables are quoted in strings to ensure they don't get mis-parsed by YML. Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>