<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:0 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"Century Gothic";
        panose-1:2 11 5 2 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1027" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="HR" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p><span style="font-size:12.0pt;color:black">Hello,<o:p></o:p></span></p>
<p><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
<p><span style="font-size:12.0pt;color:black">I have troubles with integrating Docker into Yocto Morty release. I downloaded
</span><span style="font-size:10.0pt;font-family:"Courier New";color:black">meta-virtualization</span><span style="font-size:12.0pt;color:black"> layer (morty branch), appended it to Yocto layers, appended
</span><span style="font-size:10.0pt;font-family:"Courier New";color:black">docker</span><span style="font-size:12.0pt;color:black"> package to </span><span style="font-size:10.0pt;font-family:"Courier New";color:black">local.conf</span><span style="font-size:12.0pt;color:black"> and
 built the Yocto image.<o:p></o:p></span></p>
<p><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
<p><span style="font-size:12.0pt;color:black">As expected, Docker can be found in
</span><span style="font-size:10.0pt;font-family:"Courier New";color:black">/usr/bin/</span><span style="font-size:12.0pt;color:black">:<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-bottom:12.0pt"><span style="font-size:10.0pt;font-family:"Courier New";color:black">root@imx7-var-som:~# ls -la /usr/bin/docker*</span><span style="font-size:12.0pt;color:black"><br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:black">-rwxr-xr-x 1 root root 11658508 Aug 28 23:18 /usr/bin/docker</span><span style="font-size:12.0pt;color:black"><br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:black">lrwxrwxrwx 1 root root       10 Aug 29 08:10 /usr/bin/docker-containerd -> containerd</span><span style="font-size:12.0pt;color:black"><br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:black">lrwxrwxrwx 1 root root       14 Aug 29 08:10 /usr/bin/docker-containerd-ctr -> containerd-ctr</span><span style="font-size:12.0pt;color:black"><br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:black">lrwxrwxrwx 1 root root       15 Aug 29 08:10 /usr/bin/docker-containerd-shim -> containerd-shim</span><span style="font-size:12.0pt;color:black"><br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:black">-rwxr-xr-x 1 root root  2380960 Aug 28 23:18 /usr/bin/docker-proxy</span><span style="font-size:12.0pt;color:black"><br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:black">lrwxrwxrwx 1 root root        4 Aug 29 08:10 /usr/bin/docker-runc -> runc</span><span style="font-size:12.0pt;color:black"><br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:black">-rwxr-xr-x 1 root root 34721124 Aug 28 23:18 /usr/bin/dockerd</span><span style="font-size:12.0pt;color:black"><br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:black">root@imx7-var-som:~#</span><span style="font-size:12.0pt;color:black"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black">But, when I try to run
</span><span style="font-size:10.0pt;font-family:"Courier New";color:black">docker</span><span style="font-size:12.0pt;color:black">, I get the following error:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:black">root@imx7-var-som:~# docker info</span><span style="font-size:12.0pt;color:black"><br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:black">-sh: /usr/bin/docker: No such file or directory</span><span style="font-size:12.0pt;color:black"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black">This steps worked on other system running Yocto Krogoth release. Is there any reason why this wouldn't work on Morty release?<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
<p><span style="font-size:12.0pt;color:black">Regards,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black">Matija</span><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="435" style="width:326.05pt;border-collapse:collapse">
<tbody>
<tr style="height:113.15pt">
<td width="225" valign="top" style="width:168.45pt;padding:0cm 5.4pt 0cm 5.4pt;height:113.15pt">
<p class="MsoNormal" style="line-height:105%"><span style="font-size:10.0pt;line-height:105%;mso-fareast-language:HR"><o:p> </o:p></span></p>
<p class="MsoNormal" style="line-height:105%"><!--[if gte vml 1]><o:wrapblock><v:shapetype id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f">
<v:stroke joinstyle="miter" />
<v:formulas>
<v:f eqn="if lineDrawn pixelLineWidth 0" />
<v:f eqn="sum @0 1 0" />
<v:f eqn="sum 0 0 @1" />
<v:f eqn="prod @2 1 2" />
<v:f eqn="prod @3 21600 pixelWidth" />
<v:f eqn="prod @3 21600 pixelHeight" />
<v:f eqn="sum @0 0 1" />
<v:f eqn="prod @6 1 2" />
<v:f eqn="prod @7 21600 pixelWidth" />
<v:f eqn="sum @8 21600 0" />
<v:f eqn="prod @7 21600 pixelHeight" />
<v:f eqn="sum @10 21600 0" />
</v:formulas>
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" />
<o:lock v:ext="edit" aspectratio="t" />
</v:shapetype><v:shape id="Picture_x0020_1" o:spid="_x0000_s1026" type="#_x0000_t75" style='position:absolute;margin-left:6pt;margin-top:0;width:139.5pt;height:48.15pt;z-index:251659264;visibility:visible;mso-wrap-style:square;mso-width-percent:0;mso-height-percent:0;mso-wrap-distance-left:9pt;mso-wrap-distance-top:0;mso-wrap-distance-right:9pt;mso-wrap-distance-bottom:0;mso-position-horizontal:absolute;mso-position-horizontal-relative:text;mso-position-vertical:top;mso-position-vertical-relative:text;mso-width-percent:0;mso-height-percent:0;mso-width-relative:page;mso-height-relative:page'>
<v:imagedata src="cid:image001.png@01D32181.998E8B70" o:title="" croptop="16967f" cropbottom="16708f" />
<w:wrap type="topAndBottom"/>
</v:shape><![endif]--><![if !vml]><span style="mso-ignore:vglayout">
<table cellpadding="0" cellspacing="0" align="left">
<tbody>
<tr>
<td width="8" height="0"></td>
</tr>
<tr>
<td></td>
<td><img width="186" height="64" style="width:1.9375in;height:.6666in" src="cid:image002.png@01D32181.998E8B70" v:shapes="Picture_x0020_1"></td>
</tr>
</tbody>
</table>
</span><![endif]><!--[if gte vml 1]></o:wrapblock><![endif]--><br style="mso-ignore:vglayout" clear="ALL">
<span style="font-size:10.0pt;line-height:105%;mso-fareast-language:HR"><o:p></o:p></span></p>
<p class="MsoNormal" align="center" style="text-align:center;line-height:105%"><b><span style="font-size:10.0pt;line-height:105%;font-family:"Century Gothic",sans-serif;color:#00395D;mso-fareast-language:HR">Matija Tuđan</span></b><span style="font-size:10.0pt;line-height:105%;font-family:"Century Gothic",sans-serif;color:#00395D;mso-fareast-language:HR"><br>
</span><span style="font-size:8.0pt;line-height:105%;font-family:"Century Gothic",sans-serif;color:#00395D;mso-fareast-language:HR">Hardware developer</span><span style="font-size:7.5pt;line-height:105%;font-family:"Verdana",sans-serif;color:#00395D;mso-fareast-language:HR"><o:p></o:p></span></p>
<p class="MsoNormal" align="center" style="text-align:center;line-height:105%"><span style="font-size:10.0pt;line-height:105%;mso-fareast-language:HR"><o:p> </o:p></span></p>
</td>
<td width="210" valign="top" style="width:157.6pt;padding:0cm 5.4pt 0cm 5.4pt;height:113.15pt">
<p class="MsoNormal" style="line-height:105%"><b><span style="mso-fareast-language:HR"><o:p> </o:p></span></b></p>
<p class="MsoNormal" style="line-height:105%"><b><span style="font-size:8.0pt;line-height:105%;font-family:"Century Gothic",sans-serif;color:#00395D;mso-fareast-language:HR">Mobilisis d.o.o.</span></b><span style="font-size:8.0pt;line-height:105%;font-family:"Century Gothic",sans-serif;color:#00395D;mso-fareast-language:HR"><br>
Varaždinska ulica br. 8, II. odvojak<br>
42000 Varaždin - Jalkovec, Croatia<o:p></o:p></span></p>
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding:0cm 0cm 0cm 0cm"></td>
</tr>
<tr>
<td style="padding:0cm 0cm 0cm 0cm">
<p class="MsoNormal" style="line-height:105%"><span style="font-size:8.0pt;line-height:105%;font-family:"Century Gothic",sans-serif;mso-fareast-language:HR"><o:p> </o:p></span></p>
<p class="MsoNormal" style="line-height:105%"><span style="mso-fareast-language:HR"><o:p> </o:p></span></p>
<p class="MsoNormal" style="line-height:105%"><span style="font-size:8.0pt;line-height:105%;font-family:"Century Gothic",sans-serif;color:#00395D;mso-fareast-language:HR">m.<o:p></o:p></span></p>
</td>
<td style="padding:0cm 0cm 0cm 2.25pt">
<p class="MsoNormal" style="line-height:105%"><span style="font-size:8.0pt;line-height:105%;font-family:"Century Gothic",sans-serif;mso-fareast-language:HR"><o:p> </o:p></span></p>
<p class="MsoNormal" style="line-height:105%"><span style="mso-fareast-language:HR"><o:p> </o:p></span></p>
<p class="MsoNormal" style="line-height:105%"><span style="font-size:8.0pt;line-height:105%;font-family:"Century Gothic",sans-serif;color:#00395D;mso-fareast-language:HR">+385 99 311 5473<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="padding:0cm 0cm 0cm 0cm">
<p class="MsoNormal" style="line-height:105%"><span style="font-size:8.0pt;line-height:105%;font-family:"Century Gothic",sans-serif;color:#00395D;mso-fareast-language:HR">t.<o:p></o:p></span></p>
</td>
<td style="padding:0cm 0cm 0cm 2.25pt">
<p class="MsoNormal" style="line-height:105%"><span style="font-size:8.0pt;line-height:105%;font-family:"Century Gothic",sans-serif;color:#00395D;mso-fareast-language:HR">+385 42 311 777<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="padding:0cm 0cm 0cm 0cm">
<p class="MsoNormal" style="line-height:105%"><span style="font-size:8.0pt;line-height:105%;font-family:"Century Gothic",sans-serif;color:#00395D;mso-fareast-language:HR">f.<o:p></o:p></span></p>
</td>
<td style="padding:0cm 0cm 0cm 2.25pt">
<p class="MsoNormal" style="line-height:105%"><span style="font-size:8.0pt;line-height:105%;font-family:"Century Gothic",sans-serif;color:#00395D;mso-fareast-language:HR">+385 42 493 955<o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="padding:0cm 0cm 0cm 0cm">
<p class="MsoNormal" style="line-height:105%"><span style="font-size:8.0pt;line-height:105%;font-family:"Century Gothic",sans-serif;color:#00395D;mso-fareast-language:HR">w.<o:p></o:p></span></p>
</td>
<td style="padding:0cm 0cm 0cm 2.25pt">
<p class="MsoNormal" style="line-height:105%"><b><span style="font-size:8.0pt;line-height:105%;font-family:"Century Gothic",sans-serif;color:#00395D;mso-fareast-language:HR"><a href="http://www.mobilisis.hr/"><span style="color:blue;font-weight:normal">www.mobilisis.hr</span></a><o:p></o:p></span></b></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal" style="line-height:105%"><span style="font-size:9.0pt;line-height:105%;mso-fareast-language:HR"><o:p></o:p></span></p>
</td>
</tr>
<tr style="height:63.05pt">
<td width="435" colspan="2" valign="top" style="width:326.05pt;padding:0cm 5.4pt 0cm 5.4pt;height:63.05pt">
<p class="MsoNormal" style="line-height:105%"><span style="font-size:7.0pt;line-height:105%;font-family:"Century Gothic",sans-serif;color:#00395D;mso-fareast-language:HR"><o:p> </o:p></span></p>
<p class="MsoNormal" style="line-height:105%"><span style="font-size:6.0pt;line-height:105%;font-family:"Century Gothic",sans-serif;color:#00395D;mso-fareast-language:HR">This mail is from Mobilisis d.o.o. and may contain confidential business information.
 It is intended solely for the use of the individual to whom it is addressed. If you are not the intended recipient, please contact the sender and delete this message and any attachment from your system. Unauthorized publication, use, dissemination, forwarding,
 printing or copying of this email and it's associated attachments is strictly prohibited.<o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:105%"><span style="font-size:6.0pt;line-height:105%;font-family:"Century Gothic",sans-serif;color:#00395D;mso-fareast-language:HR"><br>
</span><span style="font-size:6.0pt;line-height:105%;font-family:"Century Gothic",sans-serif;color:#37BC61;mso-fareast-language:HR">Please consider the environment before printing this email. Thank you!</span><span style="font-size:6.0pt;line-height:105%;mso-fareast-language:HR"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:105%"><span style="mso-fareast-language:HR"><o:p> </o:p></span></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><span style="mso-fareast-language:HR"><o:p> </o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>