зеркало из https://github.com/docker/engine-api.git
Automatically remove the rcfile generated by docker -i from /tmp
This commit is contained in:
Родитель
454838bd6e
Коммит
742487f460
|
@ -111,6 +111,7 @@ func InteractiveMode(scripts ...string) error {
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
defer os.Remove(rcfile.Name())
|
||||
io.WriteString(rcfile, "enable -n help\n")
|
||||
os.Setenv("PATH", tmp+":"+os.Getenv("PATH"))
|
||||
os.Setenv("PS1", "\\h docker> ")
|
||||
|
|
Загрузка…
Ссылка в новой задаче