Skip to content

Instantly share code, notes, and snippets.

@romanenkor
Last active February 13, 2023 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romanenkor/3932f997f12173bd850828dda9f96256 to your computer and use it in GitHub Desktop.
Save romanenkor/3932f997f12173bd850828dda9f96256 to your computer and use it in GitHub Desktop.
Running our container on Orange Pi 2 (v3)
version: "2.4"
services:
weston:
image: romu4/flutter-bcm2711
priviliged: true
network_mode: host
ipc: host
volumes:
- type: bind
source: /tmp
target: /tmp
- type: bind
source: /dev
target: /dev
- type: bind
source: /run/
target: /run/
- type: bind
source: /home/orangepi/.Xauthority
target: /home/orangepi/.Xauthority
environment:
- XDG_RUNTIME_DIR
- DISPLAY
- XAUTHORITY
- WAYLAND_DISPLAY=
command: /weston/bin/weston --backend=x11-backend.so --shell=tablet-shell.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment