如何使用 Docker 在端口 4502 上启动本地 AEM 6.5 实例

如何使用 Docker 在端口 4502 上启动本地 AEM 6.5 实例

我在 Docker 中使用最新的 Adob​​e 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 重新工作吗?

相关内容