Hi,
I tried to install OpenSUSE Leap 15.5 using the Docker image from dockerhub (opensuse/leap:15.5), but I failed miserably :c
First of all, am I right in assuming that there’s no documentation regarding opensuse Docker images whatsoever? I wasn’t able to find one, no GitHub repos, no websites, no other forums. Nothing.
Secondly, I tried inspecting the image in order to find env variables that need to be provided while creating the container, but the ones that I found are… a bit enigmatic and I cannot make any sense out of them.
Anybody tried to install OpenSUSE as a Docker container before and can help with that?
And then I can attach to a container using its id:
docker attach <container_id>
To detach without stopping the container use escape sequence:
<Ctrl-p><Ctrl-q>
The only concern (or a concept that I fail to understand) is that this container version seems… a bit different (stripped down) from “normal” version, meaning:
There’s no yast in terminal, even no ip command, no nano, no vi, no hostname command etc. I could go on with this list, but I hope you get what I’m trying to say.
Am I correct in assuming that I need to install these tools manually?