【发布时间】:2019-11-13 23:45:47
【问题描述】:
我是 docker 新手。经过相当长的一段时间后,我能够将 docker 安装到 Centos。
然后我安装了一个 DataPower docker。
但是当我使用 DataPower GUI 保存配置时,我遇到了内存错误。
以下是我的 docker 日志:
idg(config)# 20170810T234610.495Z [0x8100003f][mgmt][notice] domain(default): tid(319): Domain configuration has been modified.
20170810T234610.496Z [0x00350014][mgmt][notice] web-mgmt(WebGUI-Settings): tid(303): Operational state up
20170810T234745.935Z [0x806000bb][ssl][error] ssl-server(webgui-ssl): tid(179)[10.204.48.161] gtid(65622cce598cf0a1000000b3): error writing to connection: system error (32)
20170810T234921.041Z [0x80400006][system][error] : tid(8191): Cannot create a temporary file.
20170810T234921.041Z [0x81000010][system][critic] : tid(8191): write mem: Cannot create temp file
20170810T234921.041Z [0x8100000f][system][critic] : tid(8191): Failed to save configuration to 'config:///auto-startup.cfg'
20170810T234921.041Z [0x8100003c][mgmt][critic] domain(default): tid(8191): Domain configuration not saved.
20170810T234921.041Z [0x810000d2][cli][error] : tid(4019): Saving configuration failed - An internal routine could not create a temporary file..
20170810T234921.041Z [0x81000224][cli][error] : tid(4019): === Line 2: write memory
下面是我用来为 DataPower 安装 docker 容器的链接:
https://developer.ibm.com/datapower/docker/
你能帮我弄清楚为什么我可以修改配置,但不能保存吗?由于无法保存,所以当我重新启动 docker 时,我会丢失数据。
更多信息:我有一个安装了 docker 的 linux Centos VM。
Docker 版本 17.03.1-ce,构建 c6d412e
Linux Centos 3.10.0-693.el7.x86_64
谢谢
【问题讨论】: