Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Pass TERM variable to application's environment if appropriate #187

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ Note that logging mechanisms other than stdout and stderr are not required by th
* **USER, LOGNAME** username of the user executing this app
* **HOME** home directory of the user
* **SHELL** login shell of the user
* **TERM** terminal type if app is started on a tty/pty device; if application inherits stdio from host and it is a terminal, `$TERM` is copied from host environment.
* **AC_APP_NAME** name of the application, as defined in the image manifest
* **AC_METADATA_URL** URL where the metadata service for this container can be found

Expand Down