Docker container did not install

Hi all! Cant Start node. I got PC with Debian 11 amd64, 2 gb ram, 100 mb internet. and wireguard vpn tunnel to vds server with static IP (for static IP actually and external monitoring).
For start everything seems to be fine:

> root@debianStorjprox:~# docker pull storjlabs/storagenode:latest
> latest: Pulling from storjlabs/storagenode
> Digest: sha256:ca755aa0de7f30f5451826a564ea4d633d236724e2626c3939fcdba367d362e5
> Status: Image is up to date for storjlabs/storagenode:latest
> docker.io/storjlabs/storagenode:latest

next im trying to make “setup”

> docker run --rm -e SETUP="true" \
> 	--user $(id -u):$(id -g) \
>     --mount type=bind,source="/root/.local/share/storj/identity/storagenode/",destination=/app/identity \
>     --mount type=bind,source="/media/diskForStorj/nodeStorj/",destination=/app/config \
>     --name storagenode storjlabs/storagenode:latest

but for answer, there is no starting of “install” it just stuck -

why may files did not start download? I see that everything is “connected”

Hello @Jice,
Welcome to the forum!

With a high probability because of VPN. Please try to stop it.
Right now the container cannot download release from the GitHub, so something is blocking traffic.

image

something is wrong with your network, this shouldn’t be 0 K.

1 Like

Yep, after disabling VPN it downloaded instantly. Strange thing, speed with vpn is about 80 MB I usually download torrents with it. May I somehow find what is bloking?

it requests to download files from Github, you should try to see if the VPN blocks Github connection.

thanks all for help. Problem solved. Solution was - I switched from Wireguard to OpenVPN now everything is working well.

This is in no way a solution. It’s a workaround.

1 Like

And a downgrade as Wireguard is much faster

yes you completely right :slight_smile: