-
Notifications
You must be signed in to change notification settings - Fork 14
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
[ WIP / DO NOT MERGE ] Dry plugin #4
base: master
Are you sure you want to change the base?
Conversation
usage | ||
exit 0 | ||
fi | ||
IMAGE="$1" |
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.
This plugin accepts no parameters so 22-26 are not needed
![](https://raw.githubusercontent.com/lukaszlach/clip/master/clips/dive/record.gif) | ||
|
||
``` | ||
docker dry -e DOCKER_HOST=$DOCKER_HOST |
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.
Remove the -e
as plugin passes no parameters to the dry tool, so accepts none itself
# Docker Client Plugin Manager (CLIP) | ||
# Explore contents of the image layers with the Dive tool | ||
# | ||
# (c) 2019 Łukasz Lach |
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.
:)
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.
i didn't know if i should changed that or not :)
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.
Yup, this one is yours
this plugin offers the ability to run dry as a clips plugin.