-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Added extra filtering options to containers command in ClientAPI #1017
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
Conversation
Signed-off-by: Joir-dan Gumbs <jdagumbs@gmail.com> Signed-off-by: Joir-dan Gumbs <jgumbs@us.ibm.com>
1a0a05c
to
14423d2
Compare
Thanks! Do you mind rebasing this against the current |
Signed-off-by: Joir-dan Gumbs <jdagumbs@gmail.com>
Done |
Looks more comprehensive. I see a filter for |
Thanks! |
I could probably add that at the bottom of the updated docs, and it should work as long as the link carries with each new version. |
Ah, yeah, fair point. I don't think the docker docs have a dynamic link to the latest API docs page. Maybe we can just link to https://docs.docker.com/engine/reference/api/docker_remote_api/ for now. |
Looking at the docs link, it seems we may be able to get away with using links: https://docs.docker.com/engine/reference/commandline/ps/ seems like it carries across versions. |
Agreed. Do you mind making the change? |
Can do Sent from my iPhone
|
Signed-off-by: Joir-dan Gumbs <jdagumbs@gmail.com>
Awesome, thank you! |
From #1016, I added some extra documentation notes for the containers command in ClientAPI.
Signed-off-by: Joir-dan Gumbs jdagumbs@gmail.com