FIX ERROR – Docker: the input device is not a TTY

When I try to execute a command inside the Docker container with Jenkins, the following error appears:

the input device is not a TTY

 

Solution:

Use instead:

docker exec -it

following:

docker exec --tty

Tagged: Tags

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments