intel-aero / meta-intel-aero

Yocto layer to support Intel Aero platform
https://github.com/intel-aero/meta-intel-aero
GNU General Public License v2.0
218 stars 119 forks source link

Bugfix: update Docker #289

Closed JonasVautherin closed 6 years ago

JonasVautherin commented 6 years ago

We are experiencing this issue when running our Aero without being connected to the Internet. This is a problem when we are testing in-field.

It seems like this has been fixed in Docker 17.10 (as mentioned in the link above).

Would it be possible to update Docker on the Aero Yocto?

JonasVautherin commented 6 years ago

May I ask if this will be considered for a future update? :-)

guermonprez commented 6 years ago

Hello

We do not plan to change docker on yocto for now. You can use docker on Ubuntu too, but you’ll have to install it yourself.

Thanks

From: Jonas Vautherin notifications@github.com Reply-To: intel-aero/meta-intel-aero reply@reply.github.com Date: Thursday, November 23, 2017 at 1:05 PM To: intel-aero/meta-intel-aero meta-intel-aero@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [intel-aero/meta-intel-aero] Bugfix: update Docker (#289)

May I ask if this will be considered for a future update? :-)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/intel-aero/meta-intel-aero/issues/289#issuecomment-346697410, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ALzpEruCzdIKdVoKu-jfLF5XynPcEXRkks5s5d4wgaJpZM4QZPWC.

JonasVautherin commented 6 years ago

You mean, running docker inside a docker container running Ubuntu?

If yes, well, I don't think it is considered good practice to run docker inside docker. And it doesn't solve my problem since I will still be running the bugged docker on the Aero, right?

zehortigoza commented 6 years ago

Now there is a Ubuntu PPA to install Aero packages into Ubuntu, look at the wiki for instructions.

JonasVautherin commented 6 years ago

Ok, thank you!