Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
erensisman09 opened this issue May 11, 2024 · 1 comment

Comments

@erensisman09
Copy link

erensisman09 commented May 11, 2024

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
Copy link

IvanPolunin commented May 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants