Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't try to open browser when running in Docker (#246)
If I use the `-it` flags with `docker run`, the tool realizes it's in interactive mode, so it tries to open a browser. But that doesn't work from inside a container. Here's the error I see: ``` Failed to open browser: exec: "xdg-open": executable file not found in $PATH ``` It's not a fatal error, so the tool still works. It's just a nuisance error in the output. This one-liner should remedy that.
- Loading branch information