urbit/nix/pkgs/docker-image
Edward Amsden 8d8dc826cb
docker-image: Pass -t flag to vere if not in an interactive container
Vere will not run a ship if STDIN is closed, unless passed the `-t`
flag. Hosted docker containers will not be interactive, but we would
like the docker image to be usable locally and interactively as well.

Thus, we check for STDIN being closed in the shell prior to launching
Vere, and if it is closed, pass the `-t` flag.
2021-01-16 19:44:04 -05:00
..
default.nix docker-image: Pass -t flag to vere if not in an interactive container 2021-01-16 19:44:04 -05:00