From owner-freebsd-questions@FreeBSD.ORG Wed Jun 10 11:59:03 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18EA7F44 for ; Wed, 10 Jun 2015 11:59:03 +0000 (UTC) (envelope-from mayuresh@kathe.in) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [IPv6:2001:4b98:c:538::195]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF1FB1846 for ; Wed, 10 Jun 2015 11:59:01 +0000 (UTC) (envelope-from mayuresh@kathe.in) Received: from mfilter18-d.gandi.net (mfilter18-d.gandi.net [217.70.178.146]) by relay3-d.mail.gandi.net (Postfix) with ESMTP id 064A7A80B9 for ; Wed, 10 Jun 2015 13:58:58 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter18-d.gandi.net Received: from relay3-d.mail.gandi.net ([217.70.183.195]) by mfilter18-d.gandi.net (mfilter18-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id JjPtncZ6dYbe for ; Wed, 10 Jun 2015 13:58:56 +0200 (CEST) X-Originating-IP: 10.58.1.144 Received: from webmail.gandi.net (unknown [10.58.1.144]) (Authenticated sender: mayuresh@kathe.in) by relay3-d.mail.gandi.net (Postfix) with ESMTPA id 93C9CA80AB for ; Wed, 10 Jun 2015 13:58:56 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 10 Jun 2015 17:28:56 +0530 From: Mayuresh Kathe To: freebsd-questions@freebsd.org Subject: Re: FreeBSD and Docker Reply-To: mayuresh@kathe.in Mail-Reply-To: mayuresh@kathe.in In-Reply-To: <20150610111135.C81EE2319B@smtp.hushmail.com> References: <20150610111135.C81EE2319B@smtp.hushmail.com> Message-ID: <74b05bc6a0e5606ffe29b9a0230b1e86@kathe.in> X-Sender: mayuresh@kathe.in User-Agent: Roundcube Webmail/0.9.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 11:59:03 -0000 On 2015-06-10 16:41, opendaddy@hushmail.com wrote: > Hi! > > Attempting to install the Discourse discussion forum > (https://github.com/discourse/discourse) on my DigitalOcean FreeBSD > VPS. Discourse requires Docker, however nothing happens when I try > `wget -qO- https://get.docker.com/ | sh` > (https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md). > > What am I doing wrong? did you try getting that file first? as it is! maybe you could issue; wget https://get.docker.com/ once downloaded, try running the file; sh ~mayuresh