如何在 Docker 中启动 Mountebank?
How to start Mountebank in Docker?
如何使用 Docker 将 Mountebank 作为服务器启动?我正在关注 this tutorial,但我无法让它发挥作用。
出现这个错误:
warn: [mb:2525] dry running injection, use the isDryRun request field in your JavaScript to ignore...
error: [mb:2525] injection X=> SyntaxError: Unexpected token e
error: [mb:2525] source: "(function(request, logger) { return JSON.parse(request.data).hasOwnProperty('state'); })(scope, logger);"
error: [mb:2525] scope: {"requestFrom":"","data":"test","isDryRun":true}
该项目已 open source and CI is Travis. I have cross-posted this discussion 到 Mountebank 邮件列表。
问题似乎是基础 Docker 图像使用的是旧版本的 mountebank (v1.2.122)。我对 Docker 不是很熟悉,但我假设它正在缓存最初由 Conrad 构建的图像。您的配置文件适用于最新版本的 mountebank;只需要安装在 Docker 容器中。 - https://groups.google.com/forum/#!topic/mountebank-discuss/m-UrVZBR1sQ
如何使用 Docker 将 Mountebank 作为服务器启动?我正在关注 this tutorial,但我无法让它发挥作用。
出现这个错误:
warn: [mb:2525] dry running injection, use the isDryRun request field in your JavaScript to ignore...
error: [mb:2525] injection X=> SyntaxError: Unexpected token e
error: [mb:2525] source: "(function(request, logger) { return JSON.parse(request.data).hasOwnProperty('state'); })(scope, logger);"
error: [mb:2525] scope: {"requestFrom":"","data":"test","isDryRun":true}
该项目已 open source and CI is Travis. I have cross-posted this discussion 到 Mountebank 邮件列表。
问题似乎是基础 Docker 图像使用的是旧版本的 mountebank (v1.2.122)。我对 Docker 不是很熟悉,但我假设它正在缓存最初由 Conrad 构建的图像。您的配置文件适用于最新版本的 mountebank;只需要安装在 Docker 容器中。 - https://groups.google.com/forum/#!topic/mountebank-discuss/m-UrVZBR1sQ