Dockerization
1 min readJun 12, 2026
Decision
There are two kinds of Privateness users:
- Service provider — the owner of ness services.
- Client — the user of ness services.
From client’s perspective you need at least one device — personal node. But the device itself has several limitations …
- You need buy the device.
- You need to connect this device to a network and this is not always possible. For example this can be a non-friendly environment, where you can connect only one main device (PC or Smartphone) to network.
Advantages
- You don’t need to buy separate device.
- The Docker environment can be installed on any operating system and almost any device.
Disadvantages
It’s more safe to store encryption keys outside your main device. In this case external device has huge advantage.
Different systems
Linux is the default docker environment
Android: Docker on Mobile, that too without root, How? Setting Up Docker for Android Development Docker on Android Docker Manager
