docker-oracle-xe-11g
docker-oracle-xe-11g copied to clipboard
Different environment variables values on root user
Hello, may someone please tell me why I get very different environment variables values in the following cases:
- docker exec -it reteyel_oracle env
- docker exec -it reteyel_oracle bash -c "env"
- launching the bash on the container with "docker exec -it reteyel_oracle bash" and then launching "env" from the shell ? I'd expect to have the same environment in the three but it is very different indeed...
The same does not happen with other docker images. Do someone know why?