Docker on TX1 (or TX2)

Hi, mtorre

Thanks for the feedback.
Happ New Year : )

Is it possible to not use a new kernel? I want to keep all the installations and add docker to the system, is that possible?

Thank you!

Sure.

For JetPack3.3, just install docker with this command:

sudo apt-get install docker.io

Thanks.

The Jetson TX1 may not be JetPack3.3, I’m not sure which JepPack is installed, but I got error:
(It has 24.1 system, not so much resources on this)

E: Package 'docker.io' has no installation candidate

I have tried to add some repositories in /etc/apt/sources.list
But nothing seems to be working.

Is it possible to install docker on my Jetson TX1?

Thank you!

Hi,

Please reflash your TX1 with JetPack3.3 to fix this issue:
[url]https://developer.nvidia.com/embedded/downloads#?search=jetpack%203.3[/url]

Thanks.