TheDoctor0 / openvas-docker-lite

OpenVAS docker container with custom automation script.
MIT License
28 stars 21 forks source link

TERM environment variable not set. #5

Closed TheDoctor0 closed 5 years ago

TheDoctor0 commented 5 years ago

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.