Bonjour,

Je viens demande de l'aide de la communauté. j'ai perdu des donnes qui étaient sur un disque dur externe après récupération j'ai des fichiers vidéo que j'ai du mal à ouvrir. J'ai vu un tuto qui me semble interresent. Réparer les vidéos avec untruc mais pour cela il faut installer le conteneur Docker. Ce que j'ai fait. Mais lorsque je tente de lance untrec j'ai des message que je comprends pas:

Apres l'installation j'ai fais un teste avec :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
VirtualBox:~$ sudo systemctl status docker 
[sudo] Mot de passe de sam*: 
● docker.service - Docker Application Container Engine
     Loaded: loaded (/lib/systemd/system/docker.service; enabled; preset: enabled)
     Active: active (running) since Tue 2023-02-28 10:44:44 EST; 3h 1min ago
TriggeredBy: ● docker.socket
       Docs: <a href="https://docs.docker.com" target="_blank">https://docs.docker.com</a>
   Main PID: 688 (dockerd)
      Tasks: 8
     Memory: 97.4M
        CPU: 3.191s
     CGroup: /system.slice/docker.service
             └─688 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
 
févr. 28 10:44:40 sam-VirtualBox dockerd[688]: time="2023-02-28T10:44:40.628163857-05:00" level=info msg="[core] [Channel #4] Channel Connectivity change to READY" module=grpc
févr. 28 10:44:41 sam-VirtualBox dockerd[688]: time="2023-02-28T10:44:41.025329418-05:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
févr. 28 10:44:41 sam-VirtualBox dockerd[688]: time="2023-02-28T10:44:41.085464435-05:00" level=info msg="Loading containers: start."
févr. 28 10:44:43 sam-VirtualBox dockerd[688]: time="2023-02-28T10:44:43.066336026-05:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP addr>
févr. 28 10:44:43 sam-VirtualBox dockerd[688]: time="2023-02-28T10:44:43.568181931-05:00" level=info msg="Loading containers: done."
févr. 28 10:44:44 sam-VirtualBox dockerd[688]: time="2023-02-28T10:44:44.304371028-05:00" level=info msg="Docker daemon" commit=bc3805a graphdriver=overlay2 version=23.0.1
févr. 28 10:44:44 sam-VirtualBox dockerd[688]: time="2023-02-28T10:44:44.311712743-05:00" level=info msg="Daemon has completed initialization"
févr. 28 10:44:44 sam-VirtualBox dockerd[688]: time="2023-02-28T10:44:44.534023120-05:00" level=info msg="[core] [Server #7] Server created" module=grpc
févr. 28 10:44:44 sam-VirtualBox systemd[1]: Started Docker Application Container Engine.
févr. 28 10:44:44 sam-VirtualBox dockerd[688]: time="2023-02-28T10:44:44.591286823-05:00" level=info msg="API listen on /run/docker.sock"
lines 1-22/22 (END)
Ensuite :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
VirtualBox:~$ docker pull synctree/untrunc
Using default tag: latest
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/images/create?fromImage=synctree%2Funtrunc&tag=latest": dial unix /var/run/docker.sock: connect: permission denied
Merci