Added ftp

This commit is contained in:
afonsofrancof 2022-09-28 22:15:15 +01:00
commit 6631fc95ed

View file

@ -15,10 +15,10 @@ git clone https://gitea.olympuslab.net/afonso/core-extra.git
cd core-extra
# build image
sudo docker build -t core .
sudo docker build -t core-extra .
# start container
sudo docker run -itd --name core -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:rw --privileged --restart unless-stopped core
sudo docker run -itd --name core -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:rw --privileged --restart unless-stopped core-extra
# enable xhost access to the root user
xhost +local:root