Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 264BE200B48 for ; Mon, 18 Jul 2016 18:46:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 24D42160A6D; Mon, 18 Jul 2016 16:46:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 92421160A5D for ; Mon, 18 Jul 2016 18:46:26 +0200 (CEST) Received: (qmail 9966 invoked by uid 500); 18 Jul 2016 16:46:20 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 9939 invoked by uid 99); 18 Jul 2016 16:46:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2016 16:46:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8F2CB2C0373 for ; Mon, 18 Jul 2016 16:46:20 +0000 (UTC) Date: Mon, 18 Jul 2016 16:46:20 +0000 (UTC) From: "Jie Yu (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MESOS-5806) CNI isolator should prepare network related /etc/* files for containers using host mode but specify container images. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 18 Jul 2016 16:46:27 -0000 [ https://issues.apache.org/jira/browse/MESOS-5806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu updated MESOS-5806: -------------------------- Sprint: Mesosphere Sprint 39 Story Points: 3 > CNI isolator should prepare network related /etc/* files for containers using host mode but specify container images. > --------------------------------------------------------------------------------------------------------------------- > > Key: MESOS-5806 > URL: https://issues.apache.org/jira/browse/MESOS-5806 > Project: Mesos > Issue Type: Bug > Components: containerization, network > Reporter: Jie Yu > Assignee: Qian Zhang > Labels: mesosphere > Fix For: 1.0.0 > > > Currently, the CNI isolator will just ignore those containers that want to join the host network (i.e., not specifying NetworkInfo). However, if the container specifies a container image, we need to make sure that it has access to host /etc/* files. We should perform the bind mount for the container. This is also what docker does when a container is running in host mode. -- This message was sent by Atlassian JIRA (v6.3.4#6332)