Probleme BIND sur serveur debian

Bonjour j’ai un soucis avec Bind. je vous colle mon code.

docker run -v --mount --restart unless-stopped -p 28967:28967
-p 37.59.60.29:14002:14002
-e WALLET=“0x3a03cfe5F400B3DFe157a283a34A5CDB880F9587”
-e EMAIL="animaka@orange.fr"
-e ADDRESS=“37.59.60.29:28967”
-e BANDWIDTH=“20TB”
-e STORAGE=“1TB”
–mount type=bind,source=/home/storj/.local/share/storj/identity/storagenode,destination=/app/identity
–mount type=bind,source="/mnt/storj",destination=/app/config
–name storagenode storjlabs/storagenode:beta

la reponse du serveur :
docker: Error response from daemon: invalid mount config for type “bind”: bind source path does not exist: /home/storj/.local/share/storj/identity/storagenode.

Bienvenue sur le forum @AcidBurn18 !

Voilà comment son donné dans l’exemple

docker run -d --restart unless-stopped -p 28967:28967 -p 127.0.0.1:14002:14002 -e WALLET=“0xXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX” -e EMAIL="user@example.com" -e ADDRESS=“domain.ddns.net:28967” -e BANDWIDTH=“20TB” -e STORAGE=“2TB” --mount type=bind,source=“”,destination=/app/identity --mount type=bind,source=“”,destination=/app/config --name storagenode storjlabs/storagenode:beta

Votre commande doit être

docker run -d --restart unless-stopped -p 28967:28967
-p 37.59.60.29:14002:14002
-e WALLET=“0x3a03cfe5F400B3DFe157a283a34A5CDB880F9587”
-e EMAIL="animaka@orange.fr"
-e ADDRESS=“37.59.60.29:28967”
-e BANDWIDTH=“20TB”
-e STORAGE=“1TB”
–mount type=bind,source=/home/storj/.local/share/storj/identity/storagenode,destination=/app/identity
–mount type=bind,source=“/mnt/storj”,destination=/app/config
–name storagenode storjlabs/storagenode:beta

Veuillez afficher la sortie de la commande:

ls -l /home/storj/.local/share/storj/identity/storagenode

root@ns307488:/home/acidburn/.local/share/storj/identity/storagenode# ls -l /home/storj/.local/share/storj/identity/storagenode
ls: impossible d’accéder à ‘/home/storj/.local/share/storj/identity/storagenode’: Aucun fichier ou dossier de ce type

Voilà c’est bon c’est moi qui avait fait une erreur. Ca a l’air de marcher.

Merci

1 Like