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.
 
 
 
 
 
Andy Stewart 0601bf2b81 Adjust eaf to EAF 8 years ago
..
.emacs Finish docs about docker 8 years ago
Dockerfile.arch Finish docs about docker 8 years ago
README.md Adjust eaf to EAF 8 years ago

README.md

Run EAF with docker

If you prefer to run linux in a container, you can use below command to build an EAF container.

Build

docker build -t eaf -f Dockerfile.arch .

Run

xhost +local:root # WARN: this comes with security issues

docker run -e DISPLAY -e DBUS_SESSION_BUS_ADDRESS --rm -it -v /tmp/.X11-unix/:/tmp/.X11-unix -v /run/user/$(id -u)/:/run/user/1000/ -v ~/.Xauthority:/home/eaf/.Xauthority   eaf