Skip to content

Best way to map Podman versions to Docker API versions #23691

Answered by afbjorklund
testA113 asked this question in Q&A
Discussion options

You must be logged in to vote

curl --head --unix-socket $XDG_RUNTIME_DIR/podman/podman.sock http://d/v4.9.3/_ping

Api-Version: 1.41

Libpod-Api-Version: 4.9.3

So 1.41 is the Docker API version, while 4.93 is the Podman API version. Or use "docker version" ?

Client:
 Version:           24.0.7
 API version:       1.41 (downgraded from 1.43)
 ...

Server: linux/amd64/ubuntu-20.04
 ...
 Engine:
  Version:          4.9.3
  API version:      1.41 (minimum version 1.24)
  ...

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@afbjorklund
Comment options

@testA113
Comment options

Answer selected by testA113
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants