Looking for a (very) short tutorial

Hi,

I’m completely new with Docker. I’ve installed Docker for Windows as an alternative to Oracle Virtualbox, because I needed an alternative to Oracle Virtualbox for running an “xteve” application/server more efficiently and I’ve found several “xteve” images for Docker.

I’ve tried “xteve” for Windows in a virtual machine and it’s ok, but the machine is so slow it’s almost unusable.

Unfortunately, all tutorials I’ve found are explaining how to start using Docker for developers (for developing images/containers).

I would like to use it only to install/uninstall/test images found on net like the ones below. Such an “xteve” docker image is this:

https://hub.docker.com/r/alturismo/xteve_g2g_owi

or this:

https://hub.docker.com/r/dnsforge/xteve

I would like to find a very short and concise step-by-step tutorial about how to install such images, after installing Docker for Windows, without all that hassle about visual code and so on. Maybe I’ll follow such tutorials later, if my purpose to simply install “xteve” in an isolated environment on a windows 11 machine with docker for windows is fulfilled.

Could someone help me with such short tutorial? (I already have Docker for Windows installed, and if needed, I’ve also installed Ubuntu from Microsoft Store and I have enabled integration with this distro in Docker for Windows after watching a tutorial).

I expect to be something similar to installing a new virtual machine under a VM manager like Virtualbox or Vmware, maybe without that comfortable GUI (so maybe there are only several CLI commands). Sorry if I’m completely wrong, but if Docker is only for developers, maybe I need something else.

Thank you,