[agl-discussions] docker cross sdk instruction doesn't work, workaround

Fulup Ar Foll fulup.arfoll at iot.bzh
Mon Jan 23 14:02:15 UTC 2017


Hi,

The future for Windows might be WLS (Windows Linux Subsystem) 
https://msdn.microsoft.com/en-us/commandline/wsl/install_guide but this 
still require intensive and testing and at least in the short run I do 
not have enough resource to work on it.

Fulup

On 23/01/2017 10:32, VanCutsem, Geoffroy wrote:
> Hi Loic,
>
>
>
> I know this is off-topic but first of all, nice job on the document!
> Regarding running Docker on Mac and Windows, the new versions are native
> (do not use VirtualBox for example), have you tried them out yet? I’m
> assuming (hoping) that they will bring the overall experience much
> closer to what we are used to on Linux. I have only minimally played
> with those myself but my very first impressions are positive (it’s a
> much better out-of-the-box experience than in the past).
>
>
>
> - Mac: https://www.docker.com/products/docker#/mac
>
> - Windows: https://www.docker.com/products/docker#/windows
>
>
>
> Geoffroy
>
>
>
> *From:*automotive-discussions-bounces at lists.linuxfoundation.org
> [mailto:automotive-discussions-bounces at lists.linuxfoundation.org] *On
> Behalf Of *Loïc Collignon [ IoT.bzh ]
> *Sent:* Saturday, January 21, 2017 9:41 AM
> *To:* Blayne.Dennis at elektrobit.com
> *Cc:* automotive-discussions at lists.linuxfoundation.org
> *Subject:* Re: [agl-discussions] docker cross sdk instruction doesn't
> work, workaround
>
>
>
> Hello,
>
> I think you should not run any commands as root, but you should add your
> user to the docker group, as explained
> here http://docs.automotivelinux.org/docs/devguides/en/dev/reference/iotbzh2016/sdk/AGL-Devkit-Image-and-SDK-for-porter.pdf
>
>
>
>
>
> Loïc Collignon - Software engineer - IoT.bzh
>
>
>
> 2017-01-20 20:58 GMT+01:00 <Blayne.Dennis at elektrobit.com
> <mailto:Blayne.Dennis at elektrobit.com>>:
>
>     None of the commands in said instructions indicate whether they
>     should be run as root (can’t find any instance of “root” or
>     “superuser” in the instructions). It would be helpful if commands
>     that require root would be indicated with ‘sudo’
>
>
>
>     *From:* Dennis Blayne
>     *Sent:* Friday, January 20, 2017 2:53 PM
>     *To:* Dennis Blayne <Blayne.Dennis at elektrobit.com
>     <mailto:Blayne.Dennis at elektrobit.com>>;
>     automotive-discussions at lists.linuxfoundation.org
>     <mailto:automotive-discussions at lists.linuxfoundation.org>
>     *Subject:* RE: [agl-discussions] docker cross sdk instruction
>     doesn't work, workaround
>
>
>
>     Ah excuse me, if you add sudo to the ‘docker load’ in the initial
>     command it works:
>
>     wget -O -
>     http://iot.bzh/download/public/2016/docker/docker_agl_worker-2.1.tar.xz
>     | sudo docker load;
>
>     sudo docker images;
>
>
>
>
>
>     *From:* automotive-discussions-bounces at lists.linuxfoundation.org
>     <mailto:automotive-discussions-bounces at lists.linuxfoundation.org>
>     [mailto:automotive-discussions-bounces at lists.linuxfoundation.org]
>     *On Behalf Of *Blayne.Dennis at elektrobit.com
>     <mailto:Blayne.Dennis at elektrobit.com>
>     *Sent:* Friday, January 20, 2017 2:52 PM
>     *To:* automotive-discussions at lists.linuxfoundation.org
>     <mailto:automotive-discussions at lists.linuxfoundation.org>
>     *Subject:* [agl-discussions] docker cross sdk instruction doesn't
>     work, workaround
>
>
>
>     The following command from
>     http://docs.automotivelinux.org/docs/getting_started/en/dev/reference/setup-sdk-environment.html
>     does not work:
>
>     wget -O -
>     http://iot.bzh/download/public/2016/docker/docker_agl_worker-2.1.tar.xz
>     | docker load;
>
>     docker images;
>
>
>
>
>
>     This is a workaround:
>
>     wget -O -
>     http://iot.bzh/download/public/2016/docker/docker_agl_worker-2.1.tar.xz
>     > agl_docker_worker;
>
>     cat agl_docker_worker | sudo docker load;
>
>     docker images;
>
>
>
>
>
>     Blayne Dennis
>
>     Software Engineer
>
>     Elektrobit Automotive Americas, Inc
>
>     Blayne.Dennis at elektrobit.com <mailto:Blayne.Dennis at elektrobit.com>
>
>
>
>
>
>
>
>     ----------------------------------------------------------------
>
>     Please note: This e-mail may contain confidential information
>
>     intended solely for the addressee. If you have received this
>
>     e-mail in error, please do not disclose it to anyone, notify
>
>     the sender promptly, and delete the message from your system.
>
>     Thank you.
>
>     ----------------------------------------------------------------
>
>     Please note: This e-mail may contain confidential information
>
>     intended solely for the addressee. If you have received this
>
>     e-mail in error, please do not disclose it to anyone, notify
>
>     the sender promptly, and delete the message from your system.
>
>     Thank you.
>
>
>     _______________________________________________
>     automotive-discussions mailing list
>     automotive-discussions at lists.linuxfoundation.org
>     <mailto:automotive-discussions at lists.linuxfoundation.org>
>     https://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions
>
>
>
>
>
> _______________________________________________
> automotive-discussions mailing list
> automotive-discussions at lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions
>



More information about the automotive-discussions mailing list