On some machines docker is constantly throwing an error: "TERM environment variable not set.".
Reportedly this issue was fixed in Docker 1.13 but seems to still be present in some cases.
export TERM=xterm or echo "export TERM=dumb" >> ~/.bashrc should fix it.
On some machines docker is constantly throwing an error: "TERM environment variable not set.". Reportedly this issue was fixed in Docker 1.13 but seems to still be present in some cases.
export TERM=xterm
orecho "export TERM=dumb" >> ~/.bashrc
should fix it.