Hello.Could you explain me, please, how can i export my custom docker container?
(I need to export my docker container from 1 Jetson Nano sd card to another).
Hi @A98, you can use docker export
command to save your container to a tarball, and then copy that tarball to another device, and run docker import
on it. Or you can create a DockerHub account and push your container to DockerHub, where it can be pulled with any devices with internet access.
Thanks for your reply.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.