8000 GitHub - mattiaswal/docker-doom: Container with X and doom
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mattiaswal/docker-doom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker container to run doom on headless embedded systems

Infix

Intended to use in Infix as graphical demo use the following config to run, tested on imx8mp-evk:

  "infix-containers:containers": {
    "container": [
      {
        "name": "graphic",
        "enabled": true,
        "image": "docker://mattiaswal/alpine-doom:latest",
        "privileged": true,
        "mount": [
          {
            "name": "udev",
            "type": "bind",
            "source": "/run/udev",
            "target": "/run/udev"
          },
          {
            "name": "xorg.conf",
            "content": "U2VjdGlvbiAiU2VydmVyTGF5b3V0IgogICAgSWRlbnRpZmllciAiRGVmYXVsdExheW91dCIKICAgIFNjcmVlbiAwICJTY3JlZW4wIiAwIDAKRW5kU2VjdGlvbgpTZWN0aW9uICJEZXZpY2UiCiAgICBJZGVudGlmaWVyICJpTVggTENEIgogICAgRHJpdmVyICJtb2Rlc2V0dGluZyIKICAgIEJ1c0lEICJwbGF0Zm9ybTozMmZjNjAwMC5kaXNwbGF5LWNvbnRyb2xsZXIiCiAgICBPcHRpb24gImttc2RldiIgIi9kZXYvZHJpL2NhcmQxIgpFbmRTZWN0aW9uCgpTZWN0aW9uICJTY3JlZW4iCiAgICBJZGVudGlmaWVyICJTY3JlZW4wIgogICAgRGV2aWNlICJpTVggTENEIgogICAgRGVmYXVsdERlcHRoIDI0CkVuZFNlY3Rpb24KCg==",
            "target": "/etc/X11/xorg.conf"
          }
        ],
        "volume": [
          {
            "name": "var",
            "target": "/var"
          }
        ]
      }
    ]
  },

Add a mouse and keyboard and start playing.

Building

docker buildx build --rm --platform linux/amd64,linux/aarch64 -t mattiaswal/alpine-doom -f Dockerfile --push .

About

Container with X and doom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0