Files
docker-cli/components/engine/docs/sources
Doug Davis 5d2fe159f4 Docker run -e FOO should erase FOO if FOO isn't set in client env
See #10141 for more info, but the main point of this is to make sure
that if you do "docker run -e FOO ..." that FOO from the current env
is passed into the container.  This means that if there's a value, its
set.  But it also means that if FOO isn't set then it should be unset in
the container too - even if it has to remove it from the env.  So,
   unset HOSTNAME
   docker run -e HOSTNAME busybox env
should _NOT_ show HOSTNAME in the list at all

Closes #10141

Signed-off-by: Doug Davis <dug@us.ibm.com>
Upstream-commit: 9ab73260f8e4662e7321b257c636928892f023cf
Component: engine
2015-01-19 08:00:32 -08:00
..
2014-12-12 10:34:15 -08:00
2015-01-07 18:12:02 +03:00
2014-09-15 14:46:29 +03:00
2014-06-01 17:34:07 -04:00
2014-04-16 11:04:14 +10:00
2014-12-16 17:40:02 -08:00
2014-04-16 11:04:14 +10:00