-
Notifications
You must be signed in to change notification settings - Fork 604
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
feat: support for --sig-proxy in run #3043
Conversation
@CodeChanning this would be nice to have - thanks! |
Yes, I'm aiming to finish this change |
720827b
to
90995f9
Compare
90995f9
to
7a949ba
Compare
13d0882
to
8bee996
Compare
Hi @apostasie, I believe my changes should be good for |
Nothing obvious top of the head - I'll look into it and see if I can help. |
13355c5
to
23dedaa
Compare
@@ -388,7 +388,7 @@ IPFS flags: | |||
Unimplemented `docker run` flags: | |||
`--attach`, `--blkio-weight-device`, `--cpu-rt-*`, `--device-*`, | |||
`--disable-content-trust`, `--domainname`, `--expose`, `--health-*`, `--isolation`, `--no-healthcheck`, | |||
`--link*`, `--publish-all`, `--sig-proxy`, `--storage-opt`, | |||
`--link*`, `--publish-all`, `--storage-opt`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add the usage of sig-proxy?
Also, please squash the commits
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏾
Added it
00601c1
to
a44deac
Compare
Signed-off-by: CodeChanning <chxgaddy@amazon.com>
a44deac
to
ae27768
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
adds support for the
--sig-proxy flag
innerdctl run
andnerdctl attach
Address part of #3039
--sig-proxy
expected behavior:context:
src: docker attach documentation