-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TKG checks Docker version, but not Podman #503
Labels
good first issue
Good for newcomers
Comments
TKG/src/org/openj9/envInfo/MachineInfo.java Line 232 in 6e73a9f
|
We should check both |
@sophiaxu0424 please take a look at this issue. Thanks |
This was referenced Jun 4, 2024
sophiaxu0424
pushed a commit
to sophiaxu0424/TKG
that referenced
this issue
Jun 10, 2024
Related to issue: adoptium#503 Signed-off-by: Minghong Xu <Minghong.Xu@ibm.com>
PR #565 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: