hello… i am on my very first steps in docker.
on windows 10
cmd node -v will give me
v15.11.0
i have looked on
https://hub.docker.com/_/node
and could not find that version…
i will install the docker on Ubuntu
how this is works?
Share and learn in the Docker community.
hello… i am on my very first steps in docker.
on windows 10
cmd node -v will give me
v15.11.0
i have looked on
https://hub.docker.com/_/node
and could not find that version…
i will install the docker on Ubuntu
how this is works?
Whoever is maintaining images may indeed not make every single version that ever existed available. So it seems you’ll need to create your own image if you really need 15.11.0.
But why do you explicitly want the (old) version 15? Long term support (LTS) is already at 16.13 today, and current releases are at 17.2, both of which are available as Docker images.
ok i understand…
well, ill need to check for upgrade compatibility with existing code…
but i understand your point…
thank you.