mirror of https://github.com/docker/cli.git
2b8dbb67a7
By default, echo does not interpret escape sequences,
resulting in the following output (literal):
\033[1mWARNING\033[0m: you are not in a container.
I don't think this was intended.
Add -e option to echo so it can work as intended.
Also, use bash instead of sh because in POSIX shell echo does not take
any options.
Fixes:
|
||
---|---|---|
.. | ||
build | ||
docs | ||
test/e2e | ||
vendor | ||
warn-outside-container |