From owner-freebsd-virtualization@freebsd.org Tue Jul 28 20:17:07 2015 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C0379AD875 for ; Tue, 28 Jul 2015 20:17:07 +0000 (UTC) (envelope-from spectrakid@gmail.com) Received: from mail-oi0-x233.google.com (mail-oi0-x233.google.com [IPv6:2607:f8b0:4003:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 120E2AF for ; Tue, 28 Jul 2015 20:17:07 +0000 (UTC) (envelope-from spectrakid@gmail.com) Received: by oigd21 with SMTP id d21so75638705oig.1 for ; Tue, 28 Jul 2015 13:17:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=QGQmGBxQ2Teqw3C2QQv++jgoXmBQO90xtyhaSUsoGT0=; b=GLlxiZ+pP1MTGMU9YNfCGGptFA/Nmx62eyGEOMExA4ETliX2VvnayHqIOjr8kVJd09 oLCIkqM9mN7gVDG4YR+E/wWynf4xSaRnw1EkzjqG+2TW5ZlhqOX2peSLNtbyVEnIzLgc k6gW9Lchyf73XNhseB8pVpEftzVyJG2a9CrYjZW5tCfTUGZ+Ac+IHBisd09wmi0dI+2T 0kDMtJVguw92VrKiqqXz+cijDKQ/S6pXEGhX75AzglE7zS4khpGB/pbEErgcEUaOQLh/ WIHLajrz0U+LdpqM1gjdDPMoCSnwuJQ848l3sTalOdqOe+v39S3i9cGoVCezd/rUfCl3 VbDQ== MIME-Version: 1.0 X-Received: by 10.202.91.212 with SMTP id p203mr34397703oib.108.1438114626263; Tue, 28 Jul 2015 13:17:06 -0700 (PDT) Received: by 10.202.230.210 with HTTP; Tue, 28 Jul 2015 13:17:06 -0700 (PDT) Received: by 10.202.230.210 with HTTP; Tue, 28 Jul 2015 13:17:06 -0700 (PDT) In-Reply-To: <55B7BAC0.2040703@callfortesting.org> References: <4d6bdf33235afb887de3c0092073db5a@thebighonker.lerctr.org> <55B7BAC0.2040703@callfortesting.org> Date: Tue, 28 Jul 2015 15:17:06 -0500 Message-ID: Subject: Re: docker info? From: Kegan Myers To: Michael Dexter Cc: freebsd-virtualization@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jul 2015 20:17:07 -0000 Make sure you have permissions. Docker isn't good at figuring out that you need sudo or other permissions to talk to the socket. On Jul 28, 2015 12:24 PM, "Michael Dexter" wrote: > On 7/21/15 1:37 PM, Larry Rosenman wrote: > >> When I try to run docker info (freshly installed): >> borg.lerctr.org /home/ler $ docker info >> Get http:///var/run/docker.sock/v1.19/info: EOF. Are you trying to >> connect to a TLS-enabled daemon without TLS? >> borg.lerctr.org /home/ler $ docker --tls info >> An error occurred trying to connect: Get >> https:///var/run/docker.sock/v1.19/info: tls: oversized record received >> with length 20527 >> borg.lerctr.org /home/ler $ >> > > Do you have the ca_root_nss package installed? > Is the Docker daemon running? > > Michael > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to " > freebsd-virtualization-unsubscribe@freebsd.org" >