Closed camdnd closed 2 years ago
docker-compose up
isn't an interactive command and as such you won't be able to use it to enter credentials. For this use case use docker-compose run <service>
- and, by the way, give compose v2 a try by using docker compose run
:)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it had not recent activity during the stale period.
Hello, I try to run a shell script to start the service windscribe vpn and then login with the credentials for username and password. The script looks like this
it works when I run it from the host terminal and I get this
I can login succesfully, but when I run the same script from a docker container after using the command
sudo docker-compose up
I get nothing, it just keeps waiting for something to happen but should be asking for username and passwordit should showing and the
Windscribe Username:
andWindscribe Password:
lines to login but it never doesthis is what I have in my Dockerfile