Docker error - Invalid interpolation format
Docker error - Invalid interpolation format
Docker error - Invalid interpolation format
Fix: You need to escape the $ characters so Docker doesn’t try to treat them as variables.
Replace each $ with $$ in the command field of the healthcheck. That tells Docker to pass a literal $ to the shell.
This post is licensed under CC BY 4.0 by the author.