Added ftp
This commit is contained in:
commit
6631fc95ed
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue