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

Documentation for plugins incorrect #3785

Open
kale1d0code opened this issue Sep 23, 2022 · 4 comments
Open

Documentation for plugins incorrect #3785

kale1d0code opened this issue Sep 23, 2022 · 4 comments

Comments

@kale1d0code
Copy link

Description

documentation for debugging plugins mentions an executable docker-runc as well as a directory /var/run/docker/plugins/runtime-root/moby-plugins which do not exist.
searching around on the internet I found instructions for using runc to find docker plugin container ids and spawning a shell process within plugin containers

instructions state
sudo docker-runc --root /var/run/docker/plugins/runtime-root/moby-plugins list
sudo docker-runc --root /var/run/docker/plugins/runtime-root/moby-plugins exec -t $PLUGID sh

should be
sudo runc --root /run/docker/runtime-runc/plugins.moby list
sudo runc --root /run/docker/runtime-runc/plugins.moby exec -t $PLUGID sh

Reproduce

navigate to and view this webpage https://docs.docker.com/engine/extend/#debugging-plugins

Expected behavior

No response

docker version

Client:

Server:
 Server Version: 20.10.17

docker info

Client:

Server:
 Server Version: 20.10.17

Additional Info

No response

@omerap12
Copy link

omerap12 commented Sep 23, 2022

Please assign to me.
@kale1d0code @thaJeztah

@thaJeztah
Copy link
Member

Added status/claimed (GitHub doesn't allow for assigning people that don't have write access 😅)

@omerap12
Copy link

Added status/claimed (GitHub doesn't allow for assigning people that don't have write access 😅)

Sorry, all new to this stuff ;)
How can I get write access?

@thaJeztah
Copy link
Member

How can I get write access?

You can fork the repository, and open a pull request from your fork. All changes in this repository are made through pull requests, so write access is only used for maintainers to merge pull requests, but nobody works directly in this repository.
You can find some docs in the moby repository; https://github.com/moby/moby/tree/master/docs/contributing

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

No branches or pull requests

3 participants