Skip to content

sphr2k/docker-systemd

Repository files navigation

docker-ubuntu-systemd

Description

Ubuntu with systemd in a Docker container - behaves (mostly) like a VM

Example docker-compose.yml

version: '3'
services:
  app:
    image: ghcr.io/sphr2k/ubuntu-systemd
    hostname: ubuntu
    volumes:
      - /sys/fs/cgroup:/sys/fs/cgroup:ro
    privileged: true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages