fix: set nopull param from args

this also fully removes `PullImages` from the client options
as it is no longer used.
This commit is contained in:
nils måsén 2023-11-11 14:12:24 +01:00
parent 72e437f173
commit 8f736a371e
3 changed files with 13 additions and 13 deletions

View file

@ -57,7 +57,6 @@ func NewClient(opts ClientOptions) Client {
// ClientOptions contains the options for how the docker client wrapper should behave
type ClientOptions struct {
PullImages bool
RemoveVolumes bool
IncludeStopped bool
ReviveStopped bool