From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama50.ecl.ntt.co.jp (tama50.ecl.ntt.co.jp [129.60.39.147]) by dpdk.org (Postfix) with ESMTP id 5F94B493D for ; Mon, 18 Jun 2018 04:35:08 +0200 (CEST) Received: from vc1.ecl.ntt.co.jp (vc1.ecl.ntt.co.jp [129.60.86.153]) by tama50.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id w5I2Z7ss012668; Mon, 18 Jun 2018 11:35:07 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 48942EA766A; Mon, 18 Jun 2018 11:35:07 +0900 (JST) Received: from jcms-pop21.ecl.ntt.co.jp (jcms-pop21.ecl.ntt.co.jp [129.60.87.134]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 3A89EEA765C; Mon, 18 Jun 2018 11:35:07 +0900 (JST) Received: from [IPv6:::1] (watercress.nslab.ecl.ntt.co.jp [129.60.13.73]) by jcms-pop21.ecl.ntt.co.jp (Postfix) with ESMTPSA id 130A14008E1; Mon, 18 Jun 2018 11:35:07 +0900 (JST) References: <20180615070615.15594-1-ogawa.yasufumi@lab.ntt.co.jp> <20180615070615.15594-16-ogawa.yasufumi@lab.ntt.co.jp> <20180615214753.3D1C.82397448@po.ntt-tx.co.jp> From: Yasufumi Ogawa Message-ID: Date: Mon, 18 Jun 2018 11:33:31 +0900 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20180615214753.3D1C.82397448@po.ntt-tx.co.jp> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-CC-Mail-RelayStamp: 1 To: Nakamura Hioryuki Cc: ferruh.yigit@intel.com, spp@dpdk.org X-TM-AS-MML: disable Subject: Re: [spp] [PATCH 15/15] docs: add how to develop guide for SPP container X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2018 02:35:09 -0000 On 2018/06/15 21:47, Nakamura Hioryuki wrote: >> +How to Define Your App Launcher >> +=============================== >> + >> +SPP container is a set of python script for launching DPDK application >> +on a container with docker command. You can launch your own application >> +by preparing a container image and intall your application in >> +the container. > > s/intall/install/ Hi Hiroyuki, Thank you for revising. I would like to fix it. > > -- Yasufumi Ogawa NTT Network Service Systems Labs