Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #475 - can't inspect docker:23.0.1 with podman
The problem was caused by net/url.Parse() panic: parse "podman://docker:23.0.1": invalid port ":23.0.1" after host Testing the fix ✗ ./dive podman://docker:23.0.1 Image Source: podman://docker:23.0.1 ✗ ./dive podman://docker:23.0.1 --source docker Image Source: podman://docker:23.0.1 ✗ ./dive docker:23.0.1 --source podman Image Source: podman://docker:23.0.1
- Loading branch information