Skip to content

Docker Version isnt suitable >11 #3

Answered by qya
fooryla asked this question in Q&A
Discussion options

You must be logged in to vote

/cat/proc give you the version of the OS which hosts the docker container, and not the docker image version. Remember that docker is not a virtual machine, but a bunch of isolated processes, named container, running on top of the hosting OS (and so, by its own kernel).

I guess that you are using docker on Ubuntu. Is it right?

Please refer to official docker containers architecture.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by qya
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