专属
文档
插件
助手
邀请
顶部
快速返回页面顶部
收起
收起工具栏
轩辕镜像 官方专业版
轩辕镜像
专业版
轩辕镜像 官方专业版
轩辕镜像
专业版
首页个人中心搜索镜像

交易
充值流量我的订单

文档

工具

功能
提交工单页面收录

帮助
轩辕镜像免费版

其他
关于我们网站地图
热门搜索:
postman

mcp/postman

mcp(Model Context Protocol)

Postman的MCP服务器用于将AI代理、助手及聊天机器人直接连接至Postman上的API。

5 次收藏下载次数: 0状态:社区镜像维护者:mcp(Model Context Protocol)仓库类型:镜像最近更新:1 个月前
让 AI 帮你使用轩辕镜像? · 展开查看说明

如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。

只需在 AI 对话中先发送下面这句话即可:

请先完整阅读并严格遵守以下文档中的全部规则与要求:

https://xuanyuan.cloud/agents.md

在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。

查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。

DockerHub 官方简介
轩辕镜像中文简介
标签列表
镜像标签列表与下载命令
轩辕镜像,不浪费每一次拉取。
点击查看

Postman MCP Server

Postman's MCP server connects AI agents, assistants, and chatbots directly to your APIs on Postman. Use natural language to prompt AI to automate work across your Postman collections, environments, workspaces, and more.

What is an MCP Server?

MCP Info

AttributeDetails
Docker Imagehttps://hub.docker.com/repository/docker/mcp/postman
Authorhttps://github.com/postmanlabs
Repositoryhttps://github.com/postmanlabs/postman-mcp-server

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/postmanlabs/postman-mcp-server/blob/5aa6aebb07f7e4edf5a5dd4460faba3d9d57ff66/Dockerfile
Commit5aa6aebb07f7e4edf5a5dd4460faba3d9d57ff66
Docker Image built byDocker Inc.
Docker Scout Health Score!Docker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/postman --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceApache License 2.0

Available Tools (41)

Tools provided by this ServerShort Description
createCollectionCreates a collection using the Postman Collection v2.1.0 schema format.
createCollectionRequestCreates a request in a collection. For a complete list of properties, refer to the Request entry in the Postman Collection Format documentation.
createCollectionResponseCreates a request response in a collection. For a complete list of request body properties, refer to the Response entry in the Postman Collection Format documentation.
createEnvironmentCreates an environment.
createMockCreates a mock server in a collection.
createSpecCreates an API specification in Postman's Spec Hub. Specifications can be single or multi-file.
createSpecFileCreates an API specification file.
createWorkspaceCreates a new workspace.
duplicateCollectionCreates a duplicate of the given collection in another workspace.
generateCollectionCreates a collection from the given API specification.
generateSpecFromCollectionGenerates an API specification for the given collection. The response contains a polling link to the task status.
getAllSpecsGets all API specifications in a workspace.
getAuthenticatedUserGets information about the authenticated user.
getCollectionGet Collection (map by default)
getCollectionsThe workspace ID query is required for this endpoint. If not provided, the LLM should ask the user to provide it.
getDuplicateCollectionTaskStatusGets the status of a collection duplication task.
getEnabledToolsGet Enabled Tools
getEnvironmentGets information about an environment.
getEnvironmentsGets information about all of your environments.
getGeneratedCollectionSpecsGets the API specification generated for the given collection.
getMockGets information about a mock server.
getMocksGets all active mock servers. By default, returns only mock servers you created across all workspaces.
getSpecGets information about an API specification.
getSpecCollectionsGets all of an API specification's generated collections.
getSpecDefinitionGets the complete contents of an API specification's definition.
getSpecFileGets the contents of an API specification's file.
getSpecFilesGets all the files in an API specification.
getTaggedEntitiesRequires an Enterprise plan. Tagging is only available on Postman Enterprise plans. This tool returns a 404 error on Free, Basic, and Professional accounts.
getWorkspaceGets information about a workspace.
getWorkspacesGets all workspaces you have access to.
publishMockPublishes a mock server. Publishing a mock server sets its Access Control configuration setting to public.
putCollectionReplaces the contents of a collection using the Postman Collection v2.1.0 schema format. Include the collection's ID values in the request body. If you do not, the endpoint removes the existing items and creates new items.
putEnvironmentReplaces all the contents of an environment with the given information.
runCollectionRun Postman Collection
syncCollectionWithSpecSyncs a collection generated from an API specification. This is an asynchronous endpoint that returns an HTTP `202 Accepted` response.
syncSpecWithCollectionSyncs an API specification linked to a collection. This is an asynchronous endpoint that returns an HTTP `202 Accepted` response.
updateCollectionRequestUpdates a request in a collection. For a complete list of properties, refer to the Request entry in the Postman Collection Format documentation.
updateMockUpdates a mock server.
updateSpecFileUpdates an API specification's file.
updateSpecPropertiesUpdates an API specification's properties, such as its name.
updateWorkspaceUpdates a workspace's property, such as its name or visibility.

Tools Details

Tool: createCollection

Creates a collection using the Postman Collection v2.1.0 schema format.

Note:

If you do not include the `workspace` query parameter, the system creates the collection in the oldest personal Internal workspace you own.

ParametersTypeDescription
workspacestringThe workspace's ID.
collectionobject optional

Tool: createCollectionRequest

Creates a request in a collection. For a complete list of properties, refer to the Request entry in the Postman Collection Format documentation.

Note:

It is recommended that you pass the `name` property in the request body. If you do not, the system uses a null value. As a result, this creates a request with a blank name.

ParametersTypeDescription
collectionIdstringThe collection's ID.
authstring optionalThe request's authentication information.
datastring optionalThe request body's form data.
dataModestring optionalThe request body's data mode.
dataOptionsstring optionalAdditional configurations and options set for the request body's various data modes.
descriptionstring optionalThe request's description.
eventsstring optionalA list of scripts configured to run when specific events occur.
folderIdstring optionalThe folder ID in which to create the request. By default, the system will create the request at the collection level.
graphqlModeDatastring optionalThe request body's GraphQL mode data.
headerDataarray optionalThe request's headers.
methodstring optionalThe request's HTTP method.
namestring optionalThe request's name. It is recommended that you pass the name property in the request body. If you do not, the system uses a null value. As a result, this creates a request with a blank name.
queryParamsarray optionalThe request's query parameters.
rawModeDatastring optionalThe request body's raw mode data.
urlstring optionalThe request's URL.

Tool: createCollectionResponse

Creates a request response in a collection. For a complete list of request body properties, refer to the Response entry in the Postman Collection Format documentation.

Note:

It is recommended that you pass the `name` property in the request body. If you do not, the system uses a null value. As a result, this creates a response with a blank name.

ParametersTypeDescription
collectionIdstringThe collection's ID.
requeststringThe parent request's ID.
cookiesstring optionalThe response's cookie data.
dataModestring optionalThe associated request body's data mode.
dataOptionsstring optionalAdditional configurations and options set for the request body's various data modes.
descriptionstring optionalThe response's description.
headersarray optionalA list of headers.
languagestring optionalThe response body's language type.
methodstring optionalThe request's HTTP method.
mimestring optionalThe response's MIME type.
namestring optionalThe response's name. It is recommended that you pass the name property in the request body. If you do not, the system uses a null value. As a result, this creates a response with a blank name.
rawDataTypestring optionalThe response's raw data type.
rawModeDatastring optionalThe associated request body's raw mode data.
requestObjectstring optionalA JSON-stringified representation of the associated request.
responseCodeobject optionalThe response's HTTP response code information.
statusstring optionalThe response's HTTP status text.
textstring optionalThe raw text of the response body.
timestring optionalThe time taken by the request to complete, in milliseconds.
urlstring optionalThe associated request's URL.

Tool: createEnvironment

Creates an environment.

Note:

  • The request body size cannot exceed the maximum allowed size of 30MB.
  • If you receive an HTTP `411 Length Required` error response, manually pass the `Content-Length` header and its value in the request header.
  • If you do not include the `workspace` query parameter, the system creates the environment in the oldest personal Internal workspace you own. Parameters|Type|Description -|-|- workspace|string|The workspace's ID. environment|object optional|Information about the environment.

Tool: createMock

Creates a mock server in a collection.

  • Pass the collection UID (ownerId-collectionId), not the bare collection ID.
  • If you only have a `collectionId`, resolve the UID first:
    1. Prefer GET `/collections/{collectionId}` and read `uid`, or
    2. Construct `{ownerId}-{collectionId}` using ownerId from GET `/me`:
    • For team-owned collections: `ownerId = me.teamId`
    • For personal collections: `ownerId = me.user.id`
  • Use the `workspace` query to place the mock in a specific workspace. Prefer explicit workspace scoping. Parameters|Type|Description -|-|- workspace|string|The workspace's ID. mock|object optional|

Tool: createSpec

Creates an API specification in Postman's Spec Hub. Specifications can be single or multi-file.

Note:

  • Postman supports OpenAPI 2.0, OpenAPI 3.0, OpenAPI 3.1, AsyncAPI 2.0, protobuf 2 and 3, and GraphQL specifications.
  • If the file path contains a `/` (forward slash) character, then a folder is created. For example, if the path is the `components/schemas.json` value, then a `components` folder is created with the `schemas.json` file inside.
  • Multi-file specifications can only have one root file.
  • Files cannot exceed a maximum of 10 MB in size. Parameters|Type|Description -|-|- files|array|A list of the specification's files and their contents. name|string|The specification's name. type|string|The specification's type. workspaceId|string|The workspace's ID.

Tool: createSpecFile

Creates an API specification file.

Note:

  • If the file path contains a `/` (forward slash) character, then a folder is created. For example, if the path is the `components/schemas.json` value, then a `components` folder is created with the `schemas.json` file inside.
  • Creating a spec file assigns it the `DEFAULT` file type.
  • Multi-file specifications can only have one root file.
  • Files cannot exceed a maximum of 10 MB in size. Parameters|Type|Description -|-|- content|string|The file's stringified contents. path|string|The file's path. Accepts JSON or YAML files. specId|string|The spec's ID.

Tool: createWorkspace

Creates a new workspace.

Note:

  • This endpoint returns a 403 `Forbidden` response if the user does not have permission to create workspaces. Admins and Super Admins can configure workspace permissions to restrict users and/or user groups from creating workspaces or require approvals for the creation of team workspaces.
  • Private and Partner Workspaces are available on Postman Team and Enterprise plans.
  • There are rate limits when publishing public workspaces.
  • Public team workspace names must be unique.
  • The `teamId` property must be passed in the request body if Postman Organizations is enabled. Parameters|Type|Description -|-|- workspace|object optional|Information about the workspace.

Tool: duplicateCollection

Creates a duplicate of the given collection in another workspace.

Use the GET `/collection-duplicate-tasks/{taskId}` endpoint to get the duplication task's current status.

ParametersTypeDescription
collectionIdstringThe collection's unique ID.
workspacestringThe workspace ID in which to duplicate the collection.
suffixstring optionalAn optional suffix to append to the duplicated collection's name.

Tool: generateCollection

Creates a collection from the given API specification. The specification must already exist or be created before it can be used to generate a collection. The response contains a polling link to the task status.

ParametersTypeDescription
elementTypestringThe collection element type.
namestringThe generated collection's name.
optionsobjectThe advanced creation options and their values. For more details, see Postman's https://github.com/postmanlabs/openapi-to-postman/blob/develop/OPTIONS.md. These properties are case-sensitive.
specIdstringThe spec's ID.

Tool: generateSpecFromCollection

Generates an API specification for the given collection. The response contains a polling link to the task status.

ParametersTypeDescription
collectionUidstringThe collection's unique ID.
elementTypestringThe spec value.
formatstringThe format of the API specification.
namestringThe API specification's name.
typestringThe specification's type.

Tool: getAllSpecs

Gets all API specifications in a workspace.

ParametersTypeDescription
workspaceIdstringThe workspace's ID.
cursorstring optionalThe pointer to the first record of the set of paginated results. To view the next response, use the nextCursor value for this parameter.
limitinteger optionalThe maximum number of rows to return in the response.

This tool is read-only. It does not modify its environment.


Tool: getAuthenticatedUser

Gets information about the authenticated user.

  • This endpoint provides “current user” context (`user.id`, `username`, `teamId`, roles).
  • When a user asks for “my …” (e.g., “my workspaces, my information, etc.”), call this first to resolve the user ID.

Tool: getCollection

Get information about a collection. By default this tool returns the lightweight collection map (metadata + recursive itemRefs). Use the model parameter to opt in to Postman's full API responses:

  • model=minimal — root-level folder/request IDs only
  • model=full — full Postman collection payload. Parameters|Type|Description -|-|- collectionId|string|The collection ID must be in the form <OWNER_ID>- (e.g. ***-33823532ab9e41c9b6fd12d0fd459b8b). access_key|string optional|A collection's read-only access key. Using this query parameter does not require an API key to call the endpoint. model|string optional|Optional response shape override. Omit to receive the lightweight collection map. Set to minimal for the Postman minimal model or full for the complete collection payload.

This tool is read-only. It does not modify its environment.


Tool: getCollections

The workspace ID query is required for this endpoint. If not provided, the LLM should ask the user to provide it.

ParametersTypeDescription
workspacestringThe workspace's ID.
limitinteger optionalThe maximum number of rows to return in the response.
namestring optionalFilter results by collections whose name exactly matches the given value. Partial or substring matches are not supported.
offsetinteger optionalThe zero-based offset of the first item to return.

This tool is read-only. It does not modify its environment.


Tool: getDuplicateCollectionTaskStatus

Gets the status of a collection duplication task.

ParametersTypeDescription
taskIdstringThe task's unique ID.

This tool is read-only. It does not modify its environment.


Tool: getEnabledTools

IMPORTANT: Run this tool first when a requested tool is unavailable. Returns information about which tools are enabled in the full and minimal tool sets, helping you identify available alternatives.

Tool: getEnvironment

Gets information about an environment.

ParametersTypeDescription
environmentIdstringThe environment's ID.

This tool is read-only. It does not modify its environment.


Tool: getEnvironments

Gets information about all of your environments.

ParametersTypeDescription
workspacestring optionalThe workspace's ID.

This tool is read-only. It does not modify its environment.


Tool: getGeneratedCollectionSpecs

Gets the API specification generated for the given collection.

ParametersTypeDescription
collectionUidstringThe collection's unique ID.
elementTypestringThe spec value.

This tool is read-only. It does not modify its environment.


Tool: getMock

Gets information about a mock server.

  • Resource: Mock server entity. Response includes the associated `collection` UID and `mockUrl`.
  • Use the `collection` UID to navigate back to the source collection. Parameters|Type|Description -|-|- mockId|string|The mock's ID.

This tool is read-only. It does not modify its environment.


Tool: getMocks

Gets all active mock servers. By default, returns only mock servers you created across all workspaces.

  • Always pass either the `workspace` or `teamId` query to scope results. Prefer `workspace` when known.
  • If you need team-scoped results, set `teamId` from the current user: call GET `/me` and use `me.teamId`.
  • If both `teamId` and `workspace` are passed, only `workspace` is used. Parameters|Type|Description -|-|- teamId|string optional|Return only results that belong to the given team ID.
  • For team-scoped requests, set this from GET /me (me.teamId).

workspace|string optional|Return only results found in the given workspace ID.

  • Prefer this parameter when the user mentions a specific workspace.

This tool is read-only. It does not modify its environment.


Tool: getSpec

Gets information about an API specification.

ParametersTypeDescription
specIdstringThe spec's ID.

This tool is read-only. It does not modify its environment.


Tool: getSpecCollections

Gets all of an API specification's generated collections.

ParametersTypeDescription
elementTypestringThe collection element type.
specIdstringThe spec's ID.
cursorstring optionalThe pointer to the first record of the set of paginated results. To view the next response, use the nextCursor value for this parameter.
limitinteger optionalThe maximum number of rows to return in the response.

This tool is read-only. It does not modify its environment.


Tool: getSpecDefinition

Gets the complete contents of an API specification's definition.

ParametersTypeDescription
specIdstringThe spec's ID.

This tool is read-only. It does not modify its environment.


Tool: getSpecFile

Gets the contents of an API specification's file.

ParametersTypeDescription
filePathstringThe path to the file.
specIdstringThe spec's ID.

This tool is read-only. It does not modify its environment.


Tool: getSpecFiles

Gets all the files in an API specification.

ParametersTypeDescription
specIdstringThe spec's ID.

This tool is read-only. It does not modify its environment.


Tool: getTaggedEntities

Requires an Enterprise plan. Tagging is only available on Postman Enterprise plans. This tool returns a 404 error on Free, Basic, and Professional accounts.

Gets Postman elements (entities) by a given tag. Tags enable you to organize and search workspaces, APIs, and collections that contain shared tags.

ParametersTypeDescription
slugstringThe tag's ID within a team or individual (non-team) user scope.
cursorstring optionalThe cursor to get the next set of results in the paginated response. If you pass an invalid value, the API only returns the first set of results.
directionstring optionalThe ascending (asc) or descending (desc) order to sort the results by, based on the time of the entity's tagging.
entityTypestring optionalFilter results for the given entity type.
limitinteger optionalThe maximum number of tagged elements to return in a single call.

This tool is read-only. It does not modify its environment.


Tool: getWorkspace

Gets information about a workspace.

Note:

This endpoint's response contains the `visibility` field. Visibility determines who can access the workspace:

  • `personal` — Only you can access the workspace.
  • `team` — All team members can access the workspace.
  • `private` — Only invited team members can access the workspace (Team and Enterprise plans only).
  • `public` — Everyone can access the workspace.
  • `partner` — Only invited team members and partners can access the workspace (Team and Enterprise plans only). Parameters|Type|Description -|-|- workspaceId|string|The workspace's ID. include|string optional|Include the following information in the endpoint's response:
  • mocks:deactivated — Include all deactivated mock servers in the response.
  • scim — Return the SCIM user IDs of the workspace creator and who last modified it.

This tool is read-only. It does not modify its environment.


Tool: getWorkspaces

Gets all workspaces you have access to.

  • For “my …” requests, first call GET `/me` and pass `createdBy={me.user.id}`.
  • This endpoint's response contains the visibility field. Visibility determines who can access the workspace:
    • `personal` — Only you can access the workspace.
    • `team` — All team members can access the workspace.
    • `private` — Only invited team members can access the workspace (Professional and Enterprise).
    • `public` — Everyone can access the workspace.
    • `partner` — Invited team members and partners (Professional and Enterprise).
  • For tools that require the workspace ID, and no workspace ID is provided, ask the user to provide the workspace ID. If the user does not provide the workspace ID, call this first with the createdBy parameter to use the first workspace.
  • Results are paginated. Use the `cursor` parameter to retrieve additional pages.
  • Example

[...]

更多相关 Docker 镜像与资源

以下是 mcp/postman 相关的常用 Docker 镜像,适用于 不同场景 等不同场景:

  • mcp/playwright Docker 镜像说明(Playwright 浏览器自动化测试框架,支持多浏览器)
  • jacoblincool/playwright Docker 镜像说明(Playwright 社区打包(jacoblincool),适合 E2E 自动化测试)
  • platformos/playwright Docker 镜像说明(PlatformOS Playwright 测试镜像,适合 Web 应用 E2E 测试)
  • mcp/fetch Docker 镜像说明(Fetch 工具,适合数据抓取和内容提取)
  • mcp/firecrawl Docker 镜像说明(Firecrawl 网页抓取工具,适合内容提取和数据采集)

镜像拉取方式

您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。

轩辕镜像加速拉取命令点我查看更多 postman 镜像标签

docker pull docker.xuanyuan.run/mcp/postman:<标签>

使用方法:

  • 登录认证方式
  • 免认证方式

DockerHub 原生拉取命令

docker pull mcp/postman:<标签>

轩辕镜像配置手册

按平台快速找到配置文档

Docker

登录仓库拉取

登录认证 · 私有仓库

专属域名拉取

免登录 · 高速拉取

Linux

Docker 镜像配置

Windows / Mac

Docker Desktop 配置

MacOS OrbStack

OrbStack 容器

Docker Compose

Compose 项目配置

NAS

群晖

Synology 配置

飞牛

fnOS 镜像配置

绿联

绿联 NAS

威联通

QNAP 配置

极空间

极空间 NAS

企业仓库

其他仓库

ghcr · Quay · nvcr

Harbor 镜像源

Proxy Repository 对接

Portainer 镜像源

Registries 配置

Nexus 镜像源

Docker Proxy 缓存

开发工具

Dev Containers

VS Code 开发容器

Podman

Podman 配置指南

Singularity / Apptainer

HPC 科学计算容器

Kubernetes

K8s Containerd

Kubernetes · Containerd

K3s

轻量级集群

面板 / 网络

爱快路由

iKuai 镜像加速

宝塔面板

一键配置镜像源

AI

用 AI 使用轩辕镜像

agents.md · AI 对话 · 提示词

一键安装

一键安装 Docker

Linux Docker 一键安装

需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单

镜像拉取常见问题

功能

免费版与专业版区别

功能对比 · 版本选择

支持的镜像仓库

Docker Hub · GCR · GHCR

新手拉取配置

登录 · 专属域名 · 配置

docker search 限制

专属域名 · Hub 搜索

不支持 push

仅支持 pull · 不支持

拉取速度原因

带宽 · 缓存 · 冷热镜像

错误码

402 与流量用尽

402 · 流量包 · 充值

401 认证失败

401 · docker login

manifest unknown

标签错误 · 镜像不存在

410 Gone 排查

410 · Docker 升级

429 限流

免费版 · 请求频率

其他报错

DNS 超时

DNS 解析 · 网络超时

TLS 证书失败

no matching manifest(架构)

账号

失败是否计费

manifest · blob · 计费

申请开发票(企业 / 个人)

企业 · 个人 · 工单

修改登录密码

网站 · 仓库 · 重置

注销账户

工单 · 数据 · 注销

原理

mirrors 不生效

daemon.json · 重启

去掉域名前缀

docker tag · 重命名

指定架构拉取

ARM64 · AMD64 · 多架构

latest 与「最新」

digest · 版本号 · 标签

查看全部问题→

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

轩辕镜像
mcp(Model Context Protocol)
...
mcp/postman
教程轩辕镜像功能与使用教程
定价查看流量套餐与价格
热门查看热门 Docker 镜像推荐
博客Docker 镜像公告与技术博客
官方公众号:源码跳动|官方技术交流群:831623681
官方公众号:源码跳动|官方技术交流群:|问题咨询请:提交工单
商务合作:点击复制邮箱
©2024-2026 源码跳动
商务合作:点击复制邮箱Copyright © 2024-2026 杭州源码跳动科技有限公司. All rights reserved.

更多 postman 镜像推荐

kasmweb/postman logo

kasmweb/postman

kasmweb
为Kasm Workspaces提供的Postman容器镜像,用于在隔离的容器化工作空间中进行API开发、测试与管理。
21 次收藏100万+ 次下载
5 天前更新
postman/newman logo

postman/newman

postman
Postman的命令行集合运行器,可直接从命令行运行和测试Postman集合,便于集成到持续集成服务器和构建系统中。
78 次收藏1000万+ 次下载
2 年前更新
postman/newman_alpine33 logo

postman/newman_alpine33

postman
该镜像为Postman Newman的Alpine33版本Docker镜像(已弃用,建议使用postman/newman),用于命令行运行和测试Postman集合,可轻松集成到持续集成服务器与构建系统中。
27 次收藏1000万+ 次下载
5 年前更新
postman/newman_ubuntu1404 logo

postman/newman_ubuntu1404

postman
该镜像为Postman Newman的Ubuntu14.04版本Docker镜像(已废弃,建议使用postman/newman),用于命令行运行和测试Postman集合,可轻松集成到持续集成服务器与构建系统中。
26 次收藏100万+ 次下载
5 年前更新
postman/ubuntu_1404 logo

postman/ubuntu_1404

postman
暂无描述
1 次收藏10万+ 次下载
9 年前更新
postman/platform_node logo

postman/platform_node

postman
Postman Node Platform是Postman的Node.js平台Docker镜像,配置为生产环境(NODE_ENV=production),支持指定Node版本,设置npm engine-strict,工作目录为/var/www-api,并提供.log和.tmp目录用于日志轮转和临时文件管理。
1 次收藏10万+ 次下载
7 年前更新

查看更多 postman 相关镜像