I am a beginner at Docker on WSL2.
I am working on a project that was built entirely on Linux Mint 19.2. To be fully aligned with the project, I try to run a docker container with that OS.
I am thinking of something at the start of the Dockerfile like:
FROM mint:19.2
This base image does not exist, of course:
manifest for mint:19.2 not found: manifest unknown: manifest unknown
Is it at all possible to install Linux Mint in a container, at best with version 19.2?
Source: Docker Questions