Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Fix crash when using remote docker instance #169

Merged
merged 1 commit into from
Feb 15, 2021
Merged

Fix crash when using remote docker instance #169

merged 1 commit into from
Feb 15, 2021

Conversation

nh-mike
Copy link
Contributor

@nh-mike nh-mike commented Feb 15, 2021

When trying to compare / sync and where the remote host is based on Docker, an error will be displayed as per below:
invalid argument "pihole1" for "-f, --filter" flag: bad format of filter (expected name=value)
See 'docker ps --help'.

I discovered that this is due to the missing name=. Upon adding this in, I found myself able to synchronise again.

When trying to compare / sync and where the remote host is based on Docker, an error will be displayed as per below:
invalid argument "pihole1" for "-f, --filter" flag: bad format of filter (expected name=value)
See 'docker ps --help'.
@vmstan vmstan changed the base branch from master to 3.3.2 February 15, 2021 21:15
@vmstan vmstan added the bug Something isn't working label Feb 15, 2021
@vmstan vmstan self-requested a review February 15, 2021 21:15
@vmstan vmstan merged commit 325ef1e into vmstan:3.3.2 Feb 15, 2021
vmstan added a commit that referenced this pull request Feb 15, 2021
* Fix crash when using remote docker instance (#169)

When trying to compare / sync and where the remote host is based on Docker, an error will be displayed as per below:
invalid argument "pihole1" for "-f, --filter" flag: bad format of filter (expected name=value)
See 'docker ps --help'.

* 3.3.2

Co-authored-by: Michael Thompson <[email protected]>
Co-authored-by: Michael Stanclift <[email protected]>
@vmstan vmstan removed their request for review February 15, 2021 21:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants