Skip to content

docker mcp profile create --name my-workflow returns Out of Memory(14) #397

@martinstokoe43

Description

@martinstokoe43

I am running WSL2 on Windows 11 and installed docker mcp gateway in ~/.docker/cli-plugins. I have added DOCKER_MCP_IN_CONTAINER=1 to my .bashrc file. Below is a log of my enabling the profile feature and attempting to create a profile file.

martin@HPSpectre:~$ docker mcp feature enable profiles
Feature 'profiles' enabled successfully.

This feature enables profile management tools.
When enabled, the cli provides commands for managing profiles:
  - docker mcp profile <subcommand> ...

This also enables the --profile flag for the docker mcp gateway run command.
martin@HPSpectre:~$ docker mcp feature list
Available experimental features:

  oauth-interceptor    disabled
                       Enable GitHub OAuth flow interception for automatic authentication

  mcp-oauth-dcr        enabled
                       Enable Dynamic Client Registration (DCR) for automatic OAuth client setup

  dynamic-tools        enabled
                       Enable internal MCP management tools (mcp-find, mcp-add, mcp-remove)

  tool-name-prefix     disabled
                       Prefix all tool names with server name to avoid conflicts

  use-embeddings       disabled
                       Enable vector similarity search for find-tools (requires OPENAI_API_KEY)

  profiles             enabled
                       Enable profile management tools (docker mcp profile <subcommand>)

martin@HPSpectre:~$ docker mcp profile create --name my-workflow
unable to open database file: out of memory (14)
martin@HPSpectre:~$

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions