Docker Rocky Linux 8 with systemctl enable.
82
This Docker image is based on Rocky Linux 8 and includes support for systemd and systemctl. It is ideal for testing and development in environments that require systemd.
Command:
docker run -itd --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro --name=<imagename> systemd:v8
docker exec -it <imagename> /bin/bash
Content type
Image
Digest
sha256:8ae8e0c09…
Size
130.3 MB
Last updated
about 2 years ago
docker pull lucasarakaki/systemd:v8