Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Registry Access Management #48

Open
slimslenderslacks opened this issue Feb 12, 2025 · 3 comments
Open

Registry Access Management #48

slimslenderslacks opened this issue Feb 12, 2025 · 3 comments
Assignees

Comments

@slimslenderslacks
Copy link
Contributor

For users of Registry Access Management that may not be able to pull public images unless they are stored in the docker namespace (eg internal users dog-fooding the enterprise login), we can not demo features that require the mcp/docker to pull new public tools from other repos like vonwig.

For demoing internally, this has been an issue. Let's switch to use /var/run/docker.raw.sock, which does not proxy through the external socket where registry access is enforced.

This means that the Claude Desktop configuration and gordon configurations need to include additional docker run options

        "-v",
        "/var/run/docker.raw.sock:/var/run/docker.raw.sock",

I tested this on macos by deleting every image and then starting Claude Desktop and going through a bunch of our prompt flows.

This needs two things to be usable.

  1. the claude desktop config and gordon config need to be updated
  2. needs testing on windows - I've only tried this on macos
@elix1er
Copy link

elix1er commented Feb 12, 2025

i got 0.6 version in docker, tons of containers dead, cant remove them, cant update, cannot do anything, right now, apparently ...

Cannot remove Docker Compose application. Reason: compose [down --remove-orphans] exit status 1. Container docker_labs-ai-tools-for-devs-desktop-extension-service Stopping Container docker_labs-ai-tools-for-devs-desktop-extension-service Stopped Container docker_labs-ai-tools-for-devs-desktop-extension-service Removing Container docker_labs-ai-tools-for-devs-desktop-extension-service Error while Removing Error response from daemon: container f986622dae70ced7bffc759741ead950dceacd1ea78bf3da8368fcdc983e520c: driver "overlay2" failed to remove root filesystem: unlinkat /var/lib/docker/overlay2/50313aa46eb1fd10444d539e4c728bd35ba2bb8c06f9abe3faff324e9dcb417d: read-only file system

my real question here actually right now is: according to docs and cursor setup ( and the given command to paste ) - i do not see any skills being added.

any hints or clues, on how to pop in the registry.yml ?
can i reference yml the same way as with the prompts.md files ?

i understand the stealth WIP state of this project, but i really want to get going with this - so appreciate ANY small insider hints, for utilizing this :-)

@slimslenderslacks
Copy link
Contributor Author

@elix1er moving to a separate issue #49

@slimslenderslacks
Copy link
Contributor Author

@ColinMcNeil I just tried this on Windows and it didn't work so I'm going to recommend that people add the vonwig namespace to their RAM config and see if that works on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants