It is for the users to preserve their own host OS.
We assume that your environment is ready to run docker especially kernel. and you can install dockzen packages step by step.
Target : Raspberry pi3
We assume your Host OS and Kernel are installed properly.
(we use Linux Kernel 4.9.x)
{"insecure-registries":["10.113.62.204:443"] }
- tizen_headless.json : tizen platform container
- dockzen_agent.json : agent container
These files say that which containers should be run and managed.
You can find these in /etc/dockzen/config/image/.
Agent container has functionalites of remote management via cloud server.
root@localhost:~# docker service ls
IDNAME MODEREPLICAS IMAGE
h9tuffapxqev agent replicated 1/1 10.113.62.204:443/dockzen-agent-arm:v1.0
qhyku7vejmxr tizen replicated 1/1 10.113.62.204:443/headless:v0.1
Dockzen-agent has connection with dedicated cloud server.
You can get containers information from device via web pages in cloud server. currently we doesn’t open the enrolled cloud server and we have a plan to expose soon.