我在 Docker 中使用最新的 Adobe Experience Manager (AEM) 映像 (https://hub.docker.com/r/aemdesign/aem) 在我的 Windows 10 机器上,一切运行正常,但突然 AEM 不再加载 (localhost:4502)。Docker 仪表板指示它正在运行。
我在 PowerShell 中尝试了以下操作,但出现错误:
PS C:\> docker run --name author -e "AEM_RUNMODE=-Dsling.run.modes=author,crx3,crx3tar,dev" -p4502:8080 -p30303:58242 -d aemdesign/aem
docker: Error response from daemon: open \\.\pipe\docker_engine_linux: The system cannot find the file specified.
See 'docker run --help'.
我搜索了解决方案,但不知道发生了什么。有人遇到过这种情况吗?或者知道如何让 localhost:4502 重新工作吗?