Error “The input device is not a TTY”
Remove the -it from your cli to make it non interactive and remove the TTY. If you don’t need either, e.g. running your command inside of a Jenkins or cron script, you should do this. Or you can change it to -i if you have input piped into the docker command that doesn’t come from a TTY. If you … Read more