Forum › Forums › Official Releases › antiX-23 “Arditi del Popolo › docker on a SystemV system
Tagged: docker
- This topic has 6 replies, 4 voices, and was last updated Jun 26-8:35 am by bci.
-
AuthorPosts
-
June 25, 2026 at 7:14 am #207152
dirkdMemberSome software nowadays is only made available as a docker container, which normally presumes you are using systemd.
Recently I came across a solution on github that presumably makes it possible to intall docker on a SystemV linux system. Has anyone tried this approach? And does it work with Antix?
June 25, 2026 at 8:16 am #207161
anticapitalistaForum AdminWhich github solution?
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - leaner and meaner.
June 25, 2026 at 8:32 am #207163
dirkdMemberHere’s a link. It mentions Antix 23 explicitly, so I guess it must work. But it would be nice to hear of someone who has actually tried it.
June 25, 2026 at 9:28 am #207169bci
MemberRight now I’m running antiX 26 (which uses runit as a service manager, i.e. not systemd):
$ inxi -S
System:
Host: antix1 Kernel: 7.0.13-1-liquorix-amd64 arch: x86_64 bits: 64
Desktop: Fluxbox v: 1.3.7 Distro: antiX-26_x64-full Stephen Kapos 21
March 2026I managed to get Docker Desktop installed (however, I had problems configuring Docker sans Docker Desktop, perhaps due to an issue involving
OverlayFS which I couldn’t quite work out.)Once I got Docker Desktop installed, it looks like I can use Docker normally (I also configured Docker to run as my underprivileged user.)
Hence I can run
docker run hello-world
and everything works fine. Of course, with Docker Desktop, you need login credentials, which is kind of a bummer. 🙁 Well, at
least you get access to Docker Hub, which is nice, I suppose.– Brandon
June 25, 2026 at 9:31 am #207170bci
MemberAs an aside, I haven’t tried using the install script, but I have a feeling it’s possible to install Docker Desktop without it
(that is, if I recall correctly, I’ve used Docker Desktop on sysV-based antiX systems before.)– Brandon
June 26, 2026 at 4:21 am #207197
sybokMemberwith Docker Desktop, you need login credentials
Really?
I used it in Windows and none were required; it only informed me I was not signed it and it seemed to work.
Is Linux different?June 26, 2026 at 8:35 am #207207bci
Memberwith Docker Desktop… I used it in Windows and none were required; it only informed me I was not signed it and it seemed to work.
Is Linux different?You might be right about that. I reinstalled Docker Desktop just now (after some misadventures with my previous installation), and I was
able to skip the sign-in step (I hadn’t noticed the “Skip” link in the upper right hand corner of the splash page.)Anyway, I’m not heavily using Docker (nor Docker Desktop) these days, so I’m not intimately familiar with their miscellaneous snags.
– Brandon
-
AuthorPosts
- You must be logged in to reply to this topic.