Hackebein / docker-garrysmod

Dockerfiles for Garry's Mod
https://hub.docker.com/r/hackebein/garrysmod/
28 stars 2 forks source link

no TTY (-t) detected #9

Closed tomatosoupcan closed 4 years ago

tomatosoupcan commented 4 years ago

Starting with a recent update my container will no longer start, giving the error: no TTY (-t) detected Steam needs it. Exit.

tomatosoupcan commented 4 years ago

Nevermind I have fixed it my dude

Hackebein commented 4 years ago

Sorry that it effects you in a negative way. I add this reminder that remembers people to add -t (for tty) and -i (for interactive) for there setups. without them you can't see most of the errors because they are in buffer. Maybe bringing up a better solution in the future.