Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 27/06/2015, à 08:23

laurent19

docker ne demarre pas

Bonjour je viens d'installer docker depuis les packages officiel
Version OS : 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Merci pour votre aide

lorsque je démarre docker j'ai les erreurs suivantes 

service docker.io start
start: Rejected send message, 1 matched rules; type="method_call", sender=":1.66" (uid=1000 pid=6253 comm="start docker.io ") interface="com.ubuntu.Upstart0_6.Job" member="Start" error name="(unset)" requested_reply="0" destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init")

[

  493.740013] perf samples too long (2511 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
[  559.273738] init: docker.io main process (4895) terminated with status 1
[  559.273752] init: docker.io main process ended, respawning
[  559.422169] init: docker.io main process (4944) terminated with status 1
[  559.422183] init: docker.io main process ended, respawning
[  559.571717] init: docker.io main process (4993) terminated with status 1
[  559.571734] init: docker.io main process ended, respawning
[  559.722078] init: docker.io main process (5042) terminated with status 1
[  559.722094] init: docker.io main process ended, respawning
[  559.871678] init: docker.io main process (5091) terminated with status 1
[  559.871693] init: docker.io main process ended, respawning
[  560.022518] init: docker.io main process (5140) terminated with status 1
[  560.022533] init: docker.io main process ended, respawning
[  560.174612] init: docker.io main process (5189) terminated with status 1
[  560.174627] init: docker.io main process ended, respawning
[  560.327791] init: docker.io main process (5238) terminated with status 1
[  560.327805] init: docker.io main process ended, respawning
[  560.480575] init: docker.io main process (5287) terminated with status 1
[  560.480589] init: docker.io main process ended, respawning
[  560.630946] init: docker.io main process (5336) terminated with status 1
[  560.630961] init: docker.io main process ended, respawning
[  560.781022] init: docker.io main process (5385) terminated with status 1
[  560.781036] init: docker.io respawning too fast, stopped

Hors ligne

#2 Le 30/06/2015, à 01:19

ssdg

Re : docker ne demarre pas

Chez moi (dépots docker officiels et pas ceux d'ubuntu) mon service s'appelle juste docker. ça peut être lié.


s'il n'y a pas de solution, c'est qu'il n'y a pas de problème... ou pas.

Hors ligne

#3 Le 30/06/2015, à 06:29

laurent19

Re : docker ne demarre pas

Merci
j'ai fait une maj depuis Git de docker et ça fonctionne
Get the latest Docker package.

$ wget -qO- https://get.docker.com/ | sh

Hors ligne