From owner-freebsd-jail@freebsd.org Fri Jul 7 02:40:15 2017 Return-Path: Delivered-To: freebsd-jail@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 19E06D97DBB for ; Fri, 7 Jul 2017 02:40:15 +0000 (UTC) (envelope-from amutu@amutu.com) Received: from mail-oi0-x229.google.com (mail-oi0-x229.google.com [IPv6:2607:f8b0:4003:c06::229]) (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 CA34C3D6A for ; Fri, 7 Jul 2017 02:40:14 +0000 (UTC) (envelope-from amutu@amutu.com) Received: by mail-oi0-x229.google.com with SMTP id p188so17582205oia.0 for ; Thu, 06 Jul 2017 19:40:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amutu-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=sejvJXbglpHmH8yTDtKZXJkBxvY84fj6pr0achlO79o=; b=HwmPnWQZaBwwTtRzFHSqXuDsn0Cnzjpd8zmvos9Tvjn8yj9xj8+6vCnBh3zxhBUgZV TUkTvBzjZ5Jn+1OkovKjm2xQQUEKzi0bBf4bB+ciP1ezhHiasiPn+Al9WzbwHe5OSRs4 xuPEb4y5RC5KPAQOR43lasSloUmgLMp9f1PWonniLpsf/iEkhTOnlde/hHMVBns4tc0b cbzmHm6XUQ3Axouh1YUeLhtob/+SFOt8rE9TAwvbEiQslTbfwggP3KRyW0M6BRFmNr5i /zLlB8FjP9L9i5NpHa4o1pCc6pX76IWlugD/nffQHr7lkJ/c1GSeGeZZ7AFnVw1aLf3e 0eKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=sejvJXbglpHmH8yTDtKZXJkBxvY84fj6pr0achlO79o=; b=aunHClUqrYpcrndCp1dIJeKXu258pdkOg6dRdwtWN/bnJaMushUiNed7wCldTDOdcG msgK/TKox+JFm0VhNi/KTN3diRbrw2KKsqToQ6sd5PKedIK8UT7ppkoIyYmgeOzp5Kun ePHonNraB6HlXlzg5EqYYTNvGKXA8K3kc3T8lwHpmR4ruYoSEGRaz4lmMMlrjYcD/fkx iVliMCXjh9qPxNoUHAK/ZHLLGg6lROc0cUGQH1CG2sEjwDG722m528dh0jtdS6EESym9 AJYKKKQpv4XiRhtOV3F4jLSVhn7DxJVLjHGmHhDrVRUXxGrlxvCnyu9FO6a4wRgHnAPg ugiA== X-Gm-Message-State: AKS2vOysTnz98u7qnr2nC+XTlVdHLltoS7Dn3bhKK0es8G5p7heUtrop zrY08bLAOCHf9eII X-Received: by 10.202.199.80 with SMTP id x77mr33658861oif.182.1499395214081; Thu, 06 Jul 2017 19:40:14 -0700 (PDT) Received: from mail-oi0-f44.google.com (mail-oi0-f44.google.com. [209.85.218.44]) by smtp.gmail.com with ESMTPSA id e67sm2775150oic.39.2017.07.06.19.40.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Jul 2017 19:40:13 -0700 (PDT) Received: by mail-oi0-f44.google.com with SMTP id p188so17581905oia.0; Thu, 06 Jul 2017 19:40:13 -0700 (PDT) X-Received: by 10.202.84.214 with SMTP id i205mr31187910oib.158.1499395212812; Thu, 06 Jul 2017 19:40:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.133.136 with HTTP; Thu, 6 Jul 2017 19:39:51 -0700 (PDT) In-Reply-To: References: From: Jov Date: Fri, 7 Jul 2017 10:39:51 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Implement FreeBSD runc with the help of Jail To: Hongjiang Zhang Cc: "freebsd-virtualization@freebsd.org" , "freebsd-jail@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2017 02:40:15 -0000 Great=EF=BC=81 I am trying to maintain and update the docker-freebsd port, I think maybe it is easer to catch up the docker upstream if runc support FreeBSD. Jov 2017-07-07 10:05 GMT+08:00 Hongjiang Zhang via freebsd-jail < freebsd-jail@freebsd.org>: > Hi, all > > Recently, I explored the possibility to implement a FreeBSD runtime (base= d > on Jail) for opencontainers/runc. I have an experimental implementation o= f > FreeBSD runc, which supports some of runc commands now. > > Welcome any comments. > > https://github.com/clovertrail/runc/tree/1501-SupportOnFreeBSD > > Thanks > Hongjiang Zhang > _______________________________________________ > freebsd-jail@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-jail > To unsubscribe, send any mail to "freebsd-jail-unsubscribe@freebsd.org" >