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

Blayne.Dennis at elektrobit.com Blayne.Dennis at elektrobit.com
Fri Jan 20 19:58:44 UTC 2017


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>; 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.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/automotive-discussions/attachments/20170120/c2229f43/attachment-0001.html>


More information about the automotive-discussions mailing list