TKG icon indicating copy to clipboard operation
TKG copied to clipboard

TKG checks Docker version, but not Podman

Open LongyuZhang opened this issue 1 year ago • 2 comments

Currently TKG has the function of checking Docker version, but for machines with Podman, it will show docker : not on docker We can add a similar function to check Podman too.

LongyuZhang avatar Feb 20 '24 22:02 LongyuZhang

https://github.com/adoptium/TKG/blob/6e73a9fa473738b6e92c7a65e59588b5b0f408a8/src/org/openj9/envInfo/MachineInfo.java#L232

llxia avatar May 09 '24 16:05 llxia

We should check both docker --version and podman --version. Please update the current CHECK_DOCKER_CMD and add check for podman.

llxia avatar May 09 '24 16:05 llxia

@sophiaxu0424 please take a look at this issue. Thanks

llxia avatar Jun 04 '24 15:06 llxia

PR https://github.com/adoptium/TKG/pull/565

llxia avatar Jun 11 '24 21:06 llxia