зеркало из https://github.com/microsoft/docker.git
Use the dockerenv file from the current dir instead of root
Docker-DCO-1.1-Signed-off-by: Guillaume J. Charmes <guillaume.charmes@docker.com> (github: creack)
This commit is contained in:
Родитель
77f68f74c7
Коммит
e84e344b1f
|
@ -66,7 +66,7 @@ func SysInit() {
|
|||
|
||||
// Get env
|
||||
var env []string
|
||||
content, err := ioutil.ReadFile("/.dockerenv")
|
||||
content, err := ioutil.ReadFile(".dockerenv")
|
||||
if err != nil {
|
||||
log.Fatalf("Unable to load environment variables: %v", err)
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче