LTD-Beget / sprutio

Beget File Manager App
https://sprut.io
GNU General Public License v3.0
474 stars 87 forks source link

Issue with installing SPRUT.IO on a virtual server with Ubuntu 22.04 operating system #119

Open erensisman09 opened 4 months ago

erensisman09 commented 4 months ago

Hello,

Regarding this issue, I initially contacted the ticketing system at beget.com, and I was redirected here. Let's start from the beginning. I have a virtual server with Ubuntu 22.04 operating system and Docker 1.6.2. Why such an old version of Docker? Because the new version is not supported due to the old API version.

I am following the steps according to the instructions: https://sprut.io/en/install

user@host:~$ mkdir /opt/sprutio
user@host:~$ cd /opt/sprutio
user@host:/opt/sprutio$ wget https://raw.githubusercontent.com/LTD-Beget/sprutio/master/run.sh
user@host:/opt/sprutio$ chmod +x run.sh
user@host:/opt/sprutio$ ./run.sh
Pulling cron (beget/sprutio-cron:latest)...
latest: Pulling from beget/sprutio-cron
632d62e9ff45: Pulling fs layer
4719c3e8a982: Pulling fs layer
52145bbac0db: Pulling fs layer
e053eb15818d: Pulling fs layer
ff99d820ebc1: Pull complete
cde2ab598faf: Pull complete
64ba4ae38d09: Pull complete
6cd847f0c8aa: Pull complete
39577aea6bb7: Pull complete
bd13f0971449: Pull complete
5806db3ae7c0: Pull complete
a1b1f88d8561: Pull complete
32e9d635a1e8: Pull complete
db1c19df733d: Pull complete
15a74736a67c: Pull complete
127f3fd174b1: Pull complete
4ab1fc9f7584: Pull complete
5067d8570836: Pull complete
8a4da775ee1f: Pull complete
ff4fd08d94c1: Pull complete
88be3440398d: Pull complete
f50811cf13f8: Pull complete
938d4303940d: Pull complete
5f507d19edbc: Pull complete
5bb1801a9973: Pull complete
2a5f75498405: Pull complete
3ab24e21146f: Pull complete
Digest: sha256:0b739fbd9ddba671ca5e1c6182ca21a69c85645fa8d2ebfd3649c81dbc83da41
Status: Downloaded newer image for beget/sprutio-cron:latest
Creating sprutio_cron_1...
Cannot start container 38fa1110e1ae1ca85163ef5a8cfd432853baa75511efc664a6e0a1d8cd176795: [8] System error: mountpoint for devices not found
IvanPolunin commented 4 months ago

Hi, I managed to install it like this: Ubuntu 22

cd /opt/sprutio

curl -s -L https://github.com/docker/compose/releases/download/1.29.2/docker-compose-Linux-x86_64 -o dc

./dc -p sprutio up -d

docker ps