Cannot run Docker on Ubuntu 22.04 image #149
cloudwitch
started this conversation in
General
Replies: 1 comment
-
Maybe this link is helpful to you: https://forums.developer.nvidia.com/t/how-to-run-ubuntu-22-04-on-the-jetson-nano/251675/4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to run Docker on an Ubuntu 22.04 on an OG Nano with the commands below.
I install Docker using the official Docker install via
apt
. When I go to start it up (systemctl start docker
), I get the error below injournalctl -xeu docker.service
:I am guessing this has something to do with
iptables
not liking that the image was built from a container image. But that's just a hunch. I don't see anyone else in a similar boat. I'm also probably the only person in 2024/2025 trying to use Nvidia Docker on this OG Jetson Nano.Have y'all seen this before?
Note: Not sure if it matters, but I'm building on an x86_64 system running Ubuntu 24.04.
Beta Was this translation helpful? Give feedback.
All reactions