1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/reference
Jonh Wendell e03bf1221e Exec: Add ability to set environment variables
Keeping the current behavior for exec, i.e., inheriting
variables from main process. New variables will be added
to current ones. If there's already a variable with that
name it will be overwritten.

Example of usage: docker exec -it -e TERM=vt100 <container> top

Closes #24355.

Signed-off-by: Jonh Wendell <jonh.wendell@redhat.com>
2016-10-19 12:39:25 -02:00
..
api Exec: Add ability to set environment variables 2016-10-19 12:39:25 -02:00
commandline Exec: Add ability to set environment variables 2016-10-19 12:39:25 -02:00
builder.md Fix typos in docs/reference/builder.md. 2016-10-18 18:05:37 +08:00
glossary.md Convert Markdown frontmatter to YAML 2016-10-14 15:44:55 -07:00
index.md Convert Markdown frontmatter to YAML 2016-10-14 15:44:55 -07:00
run.md Convert Markdown frontmatter to YAML 2016-10-14 15:44:55 -07:00