From owner-freebsd-questions@freebsd.org Mon Aug 10 04:16:42 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C5CFD3C5114 for ; Mon, 10 Aug 2020 04:16:42 +0000 (UTC) (envelope-from daniel@dstev.xyz) Received: from mail-40134.protonmail.ch (mail-40134.protonmail.ch [185.70.40.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "protonmail.com", Issuer "SwissSign Server Gold CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BQ2j466x5z3SxY for ; Mon, 10 Aug 2020 04:16:40 +0000 (UTC) (envelope-from daniel@dstev.xyz) Date: Mon, 10 Aug 2020 04:16:30 +0000 To: Jacques Foucry , FreeBSD Questions From: Daniel Stevenson Reply-To: Daniel Stevenson Subject: Re: Total newbie with bhyve Message-ID: In-Reply-To: <20200808061401.GC61922@mithril> References: <20200807074305.GA61922@mithril> <20200808061401.GC61922@mithril> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-0.7 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FROM_SUSPICIOUS_NTLD, T_PDS_OTHER_BAD_TLD shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mail.protonmail.ch X-Rspamd-Queue-Id: 4BQ2j466x5z3SxY X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.01 / 15.00]; HAS_REPLYTO(0.00)[daniel@dstev.xyz]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[dstev.xyz:s=protonmail]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:185.70.40.0/24]; NEURAL_HAM_LONG(-0.99)[-0.991]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_MEDIUM(-1.03)[-1.027]; RWL_MAILSPIKE_POSSIBLE(0.00)[185.70.40.134:from]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[dstev.xyz:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[dstev.xyz,quarantine]; NEURAL_HAM_SHORT(-0.89)[-0.890]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:62371, ipnet:185.70.40.0/24, country:CH]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[185.70.40.134:from] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2020 04:16:42 -0000 On Saturday, August 8, 2020 1:14 AM, Jacques Foucry wr= ote: > Le vendredi 07 ao=C3=BBt 2020 =C3=A0 23:50:37 (+0000), Daniel Stevenson = =C3=A0 =C3=A9crit: > > > On Friday, August 7, 2020 2:43 AM, Jacques Foucry jacques+freebsd@foucr= y.net wrote: > > > > > Hello Friends, > > > I am a total newbie with bhyve, but I need a virtual machine linux in= order to > > > run docker. > > > Is it possible to have this kind of configuration: > > > FreeBSD 12-p7 -> bhyve (debian buster) -> docker with web acces ? > > > This is a real theoric question for now but I know that one day I wil= l need to > > > have this kind of configuration. > > > Of course VirtualBox is a anoter approch, but I perfer to use FreeBSD= main > > > virtualization technology. > > > Thanks for your advices and your time to my silly question. > > > > If you don't mind my asking, what are you trying to run with Docker? > > You may be able to accomplish what you need in a more resource- > > efficient manner by using FreeBSD's jail system. Running a VM to run > > containers in seems overkill to me. > > I know :-) > > But I need to product docker-file (and test them). The target system is > Centos. But I did not have a centos/debian/GNU Linux. I only run FreeBSD = even > on my laptop. That makes sense. I've been in similar situations where I had to run a Windows program on my machine. > So I look to the most "easy" solution. > > Thanks for your advise. You're welcome. -- Daniel Stevenson