From owner-freebsd-questions@FreeBSD.ORG Wed Jun 10 23:51:20 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 536DB39B for ; Wed, 10 Jun 2015 23:51:20 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (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 231BA1B30 for ; Wed, 10 Jun 2015 23:51:20 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: by payr10 with SMTP id r10so43198512pay.1 for ; Wed, 10 Jun 2015 16:51:19 -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=YlFj8lwOxgLCTW++YjhHIKXHuJWTCLuJ44usrDxJMpg=; b=gokLyvWw9wg7KZ/jcCru9Wa6to1DQxFo1ghIQ5J+yE9otVPf2Dud0IddCIXsc2Ucqw XjNa6minBfE+au+o4MK2nMCykMY/juvnngqQNF3MeNP1i5uare31xkanHOdk+qutVR8d MdDcKPtQkScc7RmJWN6KI2HRL7bGsyp/sXIgU1HC30BFb+geZJbzIu1jSirF2cgpfw0k U/NQtWOuUd28Zs0t+6rRtzmYsXcPK3bqS05d2bBJW+WVx2mX/f6LT43NLzGXj95NTWDA NUqG7BAAA2XofRSxyjlApyTtgOXiUf+PRaDqNxst0LtXh1w8UA27T6mIT67kNkDqPRUp cQuQ== MIME-Version: 1.0 X-Received: by 10.68.69.48 with SMTP id b16mr9746370pbu.144.1433980279525; Wed, 10 Jun 2015 16:51:19 -0700 (PDT) Received: by 10.70.140.139 with HTTP; Wed, 10 Jun 2015 16:51:19 -0700 (PDT) In-Reply-To: <20150610234743.6A722C0487@smtp.hushmail.com> References: <20150610111135.C81EE2319B@smtp.hushmail.com> <20150610165244.0c6f2ed7.freebsd@edvax.de> <20150610234743.6A722C0487@smtp.hushmail.com> Date: Thu, 11 Jun 2015 09:51:19 +1000 Message-ID: Subject: Re: FreeBSD and Docker From: Outback Dingo To: opendaddy@hushmail.com Cc: Polytropon , Jason Cox , 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 23:51:20 -0000 On Thu, Jun 11, 2015 at 9:47 AM, wrote: > Hello everyone! > > Thanks a lot for your input. > > Any chance I could use something like overlayfs / zfs like the author > claims? > > > https://meta.discourse.org/t/is-there-any-way-to-install-discourse-without-docker/16977 > > Do sign up and give your feedback. There used to be a FreeBSD thread @ > meta.discourse.org but it just got deleted. > > Many thanks! > > You might want to look at iocage, or jetpack https://github.com/3ofcoins/jetpack https://github.com/iocage/iocage https://github.com/pr1ntf/iohyve > O.D. > > On 10. juni 2015 at 2:52 PM, "Polytropon" wrote: > > > >On Wed, 10 Jun 2015 07:29:09 -0700, Jason Cox wrote: > >> 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+. > > > >It requires too many Linuxisms which aren't part of FreeBSD's > >Linux ABI, so expecting Docker to work on FreeBSD is somehow > >wrong. > > > > > > > >> Docker is basically FreeBSD Jails, > >> with a few more features and a lot more security issues. > > > >It's surely possible to run a "jail equivalent" of the Docker > >application package in question (here: Discourse). > > > > > > > >> I have not looked into Discourse, but any application that > >requires Docker > >> is not worth using at this point. > > > >Discourse is not exactly _requiring_ Docker - there has been > >a prepackaged Docker "instance" of all the components you need > >to run Discourse, not more, not less. It should be possible to > >run Discourse the "traditional" way - using native FreeBSD > >technology. > > > > > > > >> 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. > > > >That is the final advice. :-) > > > >Docker is for Linux, Jails is for FreeBSD. It's somewhat comparable > >to a "pre-packaged VM image", more or less (probably less). > > > >Oh, and doing things like > > > > # wget http://getsomething.example.com | sudo bash > > > >is definitely _not_ the way you want to install software on > >FreeBSD. > >It rather seems to be a new Linuxism that has emerged during the > >recent years. :-) > > > > > > > >-- > >Polytropon > >Magdeburg, Germany > >Happy FreeBSD user since 4.0 > >Andra moi ennepe, Mousa, ... > > _______________________________________________ > 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" >