#1 No way to request pseudo-terminal (ssh -t)
Opened 7 years ago by mrniranjan. Modified 6 years ago

Unable to run atomic install commands which internally run docker -ti in the Docker file

to install ipa-server in container we have to issue below command:

atomic install --name ipa-server1 stage.example.com/rhel7/ipa-server:4.4.0-20 publish -h ipa.centaur.test --setup-dns --forwarder=192.168.122.1 -r CENTAUR.TEST -a Secret123  -p Secret123 --no-ntp -U

The above command fails when ran with multihost's run_method with error:

cannot enable tty mode on non tty input

To Run the above command successfully through run_method, it's required to run the above command on a pseudo-terminal


Login to comment on this ticket.

Metadata