Soucis de lancement

Bonjour,

Je n’arrive pas a lancer storj je dois avoir un soucis avec

docker run -d --restart unless-stopped -p 28967:28967
WALLET=“0x404712dF97b525cB18f6AfD96b79C099929F0853”
-e EMAIL="emmanuelseillan@orange.fr"
-e ADDRESS=“37.59.60.29:28967”
-e BANDWIDTH=“10TB”
-e STORAGE=“1TB”
–mount type=bind,source=/home/acidburn/.local/share/storj/identity/storagenode",destination=/app/identity
–mount type=bind,source="/mnt/",destination=/app/config
–name storagenode storjlabs/storagenode:beta
Rie ne se passe. Je ne comprends pas…

Can you show output of this command ?

docker logs --tail 20 storagenode

root@srv1:/etc/apache2/sites-available# docker logs --tail 20 storagenode
Error: No such container: storagenode

Try this

docker ps -a

root@srv1:/etc/apache2/sites-available# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
05f186f2ec1d hello-world “/hello” 2 days ago Exited (0) 2 days ago interesting_germain
efabc1cc20be hello-world “/hello” 2 days ago Exited (0) 2 days ago

Where is your storage location?

je n’ai rien dans /mnt

root@srv1:/mnt# dir
root@srv1:/mnt#

/mnt isnt a proper storage location, when you ran the start command what error did you get?

I have not had any error messages.

You need to set a proper location like /mnt/sdb2/storage

I test but before I have to create the file?

You need an actual folder to set it to mnt isnt a folder.

I created the / mnt / sda2 / storage folder.

Nothing starts.

Run a command in a new container
acidburn@srv1:/opt$ WALLET=“0x404712dF97b525cB18f6AfD96b79C099929F0853” \

-e EMAIL="emmanuelseillan@orange.fr" \
-e ADDRESS="37.59.60.29:28967" \
-e BANDWIDTH="10TB" \
-e STORAGE="1TB" \
--mount type=bind,source=/home/acidburn/.local/share/storj/identity/storagenode",destination=/app/identity \
--mount type=bind,source="/mnt/sda2/storage/",destination=/app/config \
--name storagenode storjlabs/storagenode:beta
sudo docker run -d --restart unless-stopped -p 28967:28967
WALLET=“”
-e EMAIL="" \
-e ADDRESS=“” \
-e BANDWIDTH=“10TB” \
-e STORAGE=“1TB” \
–mount type=bind,source=/home/acidburn/.local/share/storj/identity/storagenode",destination=/app/identity \
–mount type=bind,source="/mnt/sda2/storage",destination=/app/config \
–name storagenode storjlabs/storagenode:beta

Exactement pareil avec cet commande. Rien de plus.

But can you access it though terminal?

root@srv1:/opt# docker run -d --restart unless-stopped -p 28967:28967
“docker run” requires at least 1 argument.
See ‘docker run --help’.

Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG…]

Run a command in a new container
root@srv1:/opt# WALLET=“0x404712dF97b525cB18f6AfD96b79C099929F0853”
root@srv1:/opt# -e EMAIL="emmanuelseillan@orange.fr"
bash: -e : commande introuvable
root@srv1:/opt# -e ADDRESS=“37.59.60.29:28967”
bash: -e : commande introuvable
root@srv1:/opt# -e BANDWIDTH=“10TB”
bash: -e : commande introuvable
root@srv1:/opt# -e STORAGE=“1TB”
bash: -e : commande introuvable
root@srv1:/opt# –mount type=bind,source=/home/acidburn/.local/share/storj/identity/storagenode",destination=/app/identity

–mount type=bind,source=“/mnt/sda2/storage”,destination=/app/config
–name storagenode storjlabs/storagenode:beta

Hold on its not running it right goto https://documentation.storj.io/setup/cli/storage-node and copy and paste it to a note pad and fill it out again.