Make the current execution environment a docker image

Asked 2 years ago, Updated 2 years ago, 37 views

Currently, I have set up my Raspberry Pi 4 for tensorflow and object detection, and I have built a server with APM.

I want to create a docker image with this setting status If you make the environment of the server that I built as a docker image, if you upload the docker image to another Raspberry pie, It's the same environment that I built (appm is installed and object recognition is working) and I don't know what to do...

From what I've used about docker, I'm making a container by pulling and executing images from the hub, but I don't think I can create the same environment as my execution environment even if I receive and execute images one by one TT

docker

2022-09-20 18:59

1 Answers

It's not important to put it on another Raspberry Pie, it's important to use the same Docker image.
Follow the official documentation to create a environment on your raspberry pie, and then You can commit the status and upload it to another machine.


2022-09-20 18:59

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.