You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
798 B
35 lines
798 B
config: |
|
environment.DISPLAY: :0 |
|
environment.PULSE_SERVER: unix:/home/ubuntu/pulse-native |
|
user.user-data: | |
|
#cloud-config |
|
runcmd: |
|
- 'sed -i "s/; enable-shm = yes/enable-shm = no/g" /etc/pulse/client.conf' |
|
packages: |
|
- x11-apps |
|
- mesa-utils |
|
- pulseaudio |
|
description: GUI LXD profile |
|
devices: |
|
PASocket1: |
|
bind: container |
|
connect: unix:/run/user/1000/pulse/native |
|
gid: "1000" |
|
listen: unix:/home/ubuntu/pulse-native |
|
mode: "0777" |
|
security.gid: "1000" |
|
security.uid: "1000" |
|
type: proxy |
|
uid: "1000" |
|
X0: |
|
bind: container |
|
connect: unix:@/tmp/.X11-unix/X0 |
|
listen: unix:@/tmp/.X11-unix/X0 |
|
security.gid: "1000" |
|
security.uid: "1000" |
|
type: proxy |
|
mygpu: |
|
type: gpu |
|
name: x11 |
|
used_by: |
|
- /1.0/instances/xtest
|
|
|