We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f8052 commit ca73336Copy full SHA for ca73336
lib/functions/host/docker.sh
@@ -56,7 +56,7 @@ function get_docker_info_once() {
56
57
if docker --version | grep -q podman; then
58
DOCKER_IS_PODMAN="yes"
59
- # when `docker` is a shim to `podman`, it will report it's version as "podman version #.#.#"
+ # when `docker` is a shim to `podman`, it will report its version as "podman version #.#.#"
60
else
61
DOCKER_IS_PODMAN=""
62
fi
0 commit comments