I'm running a Node.js App Service in Azure in a Docker. Docker container is default by Azure.
Docker container logs are spammed with logs like
can't open /dev/tty1: No such file or directory
can't open /dev/tty2: No such file or directory
can't open /dev/tty3: No such file or directory
can't open /dev/tty4: No such file or directory
can't open /dev/tty5: No such file or directory
can't open /dev/tty6: No such file or directory
These come every second in ..._default_docker.log files
How to avoid it?
I do not configure Docker image, just deploy the application through Kudu and Azure choose the image and starts it. Node version 10
docker runcommand, adocker-compose.yml, or a Kubernetes manifest YAML) would be really helpful. - David Maze