I was able to install docker, as well pull an image on my OS.
Went throughout most of the Docker Arch Wiki.
However now I wouldn't know what to do next. It would seem that the official docker docs mention just the Docker Desktop.
Perhaps I was expecting a docker image to work as a VM image. What I would like to accomplish here is being able to install Code - OSS without breaking the packages, and their dependencies, of my OS. Since Node.JS < 17 is required.
To my understanding, I could use the image and basically play with the packages there and if something breaks it's just the image that's broken, not my main OS.