From owner-freebsd-questions@FreeBSD.ORG Wed Jun 10 14:29:10 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B4D84758 for ; Wed, 10 Jun 2015 14:29:10 +0000 (UTC) (envelope-from cscoman@gmail.com) Received: from mail-ie0-x22f.google.com (mail-ie0-x22f.google.com [IPv6:2607:f8b0:4001:c03::22f]) (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 7C4C11510 for ; Wed, 10 Jun 2015 14:29:10 +0000 (UTC) (envelope-from cscoman@gmail.com) Received: by iebgx4 with SMTP id gx4so35503373ieb.0 for ; Wed, 10 Jun 2015 07:29:09 -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=URV507pzmzNpHrnZ8w4dwTfD7SjtdVj02ANgDuiwiFY=; b=Kvw+LoVBlCrDsBDeOC6jHb3nay2JAF6jecRPuAO9her/SdotON0Ul/5IuzWyvza/HS 6TwsC/FcUx3SPHXdwKFo9YOvcwWpw2rjEDIUHJK3G37kNIcfRGJ3aixBL4D1QRKEWpsl vQlKbqfaBl6wrtZwvHzDJkDEyskG/eOGxATnTtQUBHcF6qoiO5KFmzHmUiJC5WFZ88/S ba5YXldI4UV2oXeqj5TfAMTbgSRhCph0TR2xawODQ/60zPzQ6CNZEpcQ3ohgx2rfjDtr cF+wT1sFFSg4qhex5babEakRXnD1OPHaYSrA3cieghbuKVv4qlUat7aalRNq5tB2xrNa 7c6Q== MIME-Version: 1.0 X-Received: by 10.107.155.74 with SMTP id d71mr4637224ioe.29.1433946549787; Wed, 10 Jun 2015 07:29:09 -0700 (PDT) Received: by 10.79.27.75 with HTTP; Wed, 10 Jun 2015 07:29:09 -0700 (PDT) In-Reply-To: <20150610111135.C81EE2319B@smtp.hushmail.com> References: <20150610111135.C81EE2319B@smtp.hushmail.com> Date: Wed, 10 Jun 2015 07:29:09 -0700 Message-ID: Subject: Re: FreeBSD and Docker From: Jason Cox To: opendaddy@hushmail.com Cc: FreeBSD Mailing List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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 14:29:10 -0000 What are you doing wrong? You are trying to run docker on FreeBSD. Docker is a containerization technology built for Linux. It uses LXC (which is Linux Containers) for older Kernels or docker specific bits which are now part of the modern Linux kernel 3.10+. Docker is basically FreeBSD Jails, with a few more features and a lot more security issues. Stay away from docker for a while till they fix all the security issues in it or look at Rocket from the CoreOS team. I have not looked into Discourse, but any application that requires Docker is not worth using at this point. I am sure there must be a way to install it without using Docker. You can get hints of how someone gets apps working inside a Docker container by looking at the DockerFile if you go looking at https://registry.hub.docker.com. This is a build file for a containers. If you just cannot get Discourse working on FreeBSD, then by all means switch to a Linux install instead. Make sure it is not centos as it will not have the update Kernel drivers for better Docker support. On Wed, Jun 10, 2015 at 4:11 AM, 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? > > Thanks! > > O.D. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > -- Jason Cox